|
|
nemiver 像条死尸, 点哪都没反应, 程序跑不起来
kdbg GDB exited unexpectedly.
codeblocks 看着像命中断点, 程序却照跑不误
cgdb 甚至装不上: ==> ERROR: cgdb is not available for the 'x86_64' architecture.
gdb本身是没问题的,
- Breakpoint 1, MainFrame::__e__OnHelpAbout_impl (this=0x20e4a30,
- _param=0x7fff8e06e868, _sender=0x21150a0)
- at /home/cct/e/src/z_demo/MainFrame.cpp:149
- 149 MessageBox box(this);
- (gdb) l
- 144 }
- 145 }
- 146
- 147 E_SLOT_IMPL(MainFrame, OnHelpAbout)
- 148 {
- 149 MessageBox box(this);
- 150 box.SetTitle("About z_demo");
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|