当前位置: 技术问答>linux和unix
code::blocks 在fedora10 下无法正常运行和调试程序
来源: 互联网 发布时间:2016-06-04
本文导语: 程序很简单。。。build也能通过,但是运行的时候提示如下: Checking for existence: /home/dave/workspace/ctest/bin/Debug/ctest Executing: xterm -T ctest -e /usr/bin/cb_console_runner /home/dave/workspace/ctest/bin/Debug/ctest (in /home/dave/workspace/...
程序很简单。。。build也能通过,但是运行的时候提示如下:
Checking for existence: /home/dave/workspace/ctest/bin/Debug/ctest
Executing: xterm -T ctest -e /usr/bin/cb_console_runner /home/dave/workspace/ctest/bin/Debug/ctest (in /home/dave/workspace/ctest/.)
Process terminated with status 255 (0 minutes, 0 seconds)
然后调试的时候可以进入代码断点,但是没有显示控制台。不晓得哪里出问题了,有经验的同志帮个忙。。。
Checking for existence: /home/dave/workspace/ctest/bin/Debug/ctest
Executing: xterm -T ctest -e /usr/bin/cb_console_runner /home/dave/workspace/ctest/bin/Debug/ctest (in /home/dave/workspace/ctest/.)
Process terminated with status 255 (0 minutes, 0 seconds)
然后调试的时候可以进入代码断点,但是没有显示控制台。不晓得哪里出问题了,有经验的同志帮个忙。。。
|
什么代码呢。
看看这里
http://forums.codeblocks.org/index.php?action=printpage;topic=8302.0
看看这里
http://forums.codeblocks.org/index.php?action=printpage;topic=8302.0
|
楼主还是看看工程的设置吧
|
Code::Blocks安装及设置图例:http://www.d2school.com/codeblocks/doc/codeblocks_setup.html