由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Apple版 - 问个xcode基本问题
相关主题
新的xcode3.2不错Re: 有适用与Mac的糍粑吗?
简单的iphone app开发问题linux下的可执行文件能否有办法在mac雪豹下运行?
Mac下面写 C程序最好的editor/debugger是什么呀?如何更改entourage的 toolbar的字体的大小。
我ft,xcode gdb没有text user interface(tui)Mac OS X 10.6.1 放出
新手问mac下的c++岳母的IE6
maveric里的xcode把cvs给删了??HELP: installing g77 in PPC
问个剧土的关于Xcode的helloworld问题Google Toolbar这么邪恶?
问个MathType和Mac Office2011的问题 (转载)紧急求助,插着T-Mobile的卡的iphone现在不能用了。。。悲剧啊。。。
相关话题的讨论汇总
话题: console话题: gdb话题: debugger话题: log话题: run
进入Apple版参与讨论
1 (共1页)
r****y
发帖数: 26819
1
xcode最新版里gdb调试程序怎么输入数据?
google了一下:
There is no more Standard I/O Log or Run Log, there is only the Console.
Stdin to your app is now sent via the Console log while executing and to the
debugger when paused. The Console window now has a toolbar like the old Run
window formerly did. To make this available in existing projects, remove
the .mode*V3 file from the project wrapper. The debugger prompt and
text colors set in the Debugger preferences are visual indicators for where
the input is going.
console窗口里gdb不接受数据输入:
please enter the number of vertex:
(gdb) 6
Undefined command: "6". Try "help".
d****p
发帖数: 685
2
我这边没问题:console上可以输入数据,在调试模式,带着xcode 3.2.3。
你的输入直接被认为gdb命令,显然是程序并没有等待输入。

the
Run
where

【在 r****y 的大作中提到】
: xcode最新版里gdb调试程序怎么输入数据?
: google了一下:
: There is no more Standard I/O Log or Run Log, there is only the Console.
: Stdin to your app is now sent via the Console log while executing and to the
: debugger when paused. The Console window now has a toolbar like the old Run
: window formerly did. To make this available in existing projects, remove
: the .mode*V3 file from the project wrapper. The debugger prompt and
: text colors set in the Debugger preferences are visual indicators for where
: the input is going.
: console窗口里gdb不接受数据输入:

r****y
发帖数: 26819
3
明白了,要等几秒钟,等(gdb)命令状态过去。谢谢。

【在 d****p 的大作中提到】
: 我这边没问题:console上可以输入数据,在调试模式,带着xcode 3.2.3。
: 你的输入直接被认为gdb命令,显然是程序并没有等待输入。
:
: the
: Run
: where

1 (共1页)
进入Apple版参与讨论
相关主题
紧急求助,插着T-Mobile的卡的iphone现在不能用了。。。悲剧啊。。。新手问mac下的c++
Mac 能不能设置在当前位置打开terminalmaveric里的xcode把cvs给删了??
预测一下Android,WM,Symbian, BB和HP/WebOS问个剧土的关于Xcode的helloworld问题
[求助]在firefox装了个toolbar,怎么删除这个toolbar呢问个MathType和Mac Office2011的问题 (转载)
新的xcode3.2不错Re: 有适用与Mac的糍粑吗?
简单的iphone app开发问题linux下的可执行文件能否有办法在mac雪豹下运行?
Mac下面写 C程序最好的editor/debugger是什么呀?如何更改entourage的 toolbar的字体的大小。
我ft,xcode gdb没有text user interface(tui)Mac OS X 10.6.1 放出
相关话题的讨论汇总
话题: console话题: gdb话题: debugger话题: log话题: run