【发布时间】:2009-09-14 22:52:14
【问题描述】:
我最近更新到XCode的新版本,会话开始代码很长,每次运行程序都会出现。有什么办法可以将它缩短到以前版本中的样子? (就第一行)
这就是它现在所说的......
[Session started at 2009-09-14 18:49:17 -0400.]
GNU gdb 6.3.50-20050815 (Apple version gdb-1344) (Fri Jul 3 01:19:56 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".tty /dev/ttys000
Loading program into debugger…
Program loaded.
run
[Switching to process 1599]
Running…
【问题讨论】:
-
gdb 可执行文件位于 Developer/usr/bin/gdb...有什么方法可以编辑这个文件吗?