由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Apple版 - 我ft,xcode gdb没有text user interface(tui)
相关主题
简单的iphone app开发问题Mac下面写 C程序最好的editor/debugger是什么呀?
怎么在osx上装gcc?问一个很初级的instal GCC的问题
mac上没有visual studio这样方便的开发环境[转载]Cocoa教学:Windows OOP与Cocoa MVC之对比
新的xcode3.2不错Mac下编程感想
Clang编译器。。。mbp怎样运行c程序?
受不了这个open教和free教说实在的,apple的软件真的挺buggy的
问个xcode基本问题make Netscape Navigator the default brower
Apple Inc和Communism的相似之处有没有想过为什么北美手机导航软件一般没有预装地图?
相关话题的讨论汇总
话题: gdb话题: tui话题: xcode话题: text话题: gnu
进入Apple版参与讨论
1 (共1页)
d1
发帖数: 1213
1
。。。
c***k
发帖数: 1589
2
what do u mean? gdb console?

【在 d1 的大作中提到】
: 。。。
i**h
发帖数: 424
3
I would be very happy if my mingw gdb has a GUI.
d1
发帖数: 1213
4
gdb is not preinstalled with osx. but if you install xcode, they install an
apple version of gdb for you, which doesn't have tui enabled.

【在 c***k 的大作中提到】
: what do u mean? gdb console?
d1
发帖数: 1213
5
im not even talking about the GUI,but the TUI.

【在 i**h 的大作中提到】
: I would be very happy if my mingw gdb has a GUI.
S**I
发帖数: 15689
6
You can compile gdb from source, which runs perfectly in 10.6 but not in 10.
7, which may need to-be-released gdb 7.4.

【在 d1 的大作中提到】
: im not even talking about the GUI,but the TUI.
d1
发帖数: 1213
7
what do you mean? mine is 10.7 and it runs fine.
unknown$ gdb
GNU gdb (GDB) 7.3.1
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin11.2.0".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) q

10.

【在 S**I 的大作中提到】
: You can compile gdb from source, which runs perfectly in 10.6 but not in 10.
: 7, which may need to-be-released gdb 7.4.

m*********t
发帖数: 527
8
http://lldb.llvm.org/

【在 d1 的大作中提到】
: 。。。
d1
发帖数: 1213
9
如果我用vim哪?

http://lldb.llvm.org/

【在 m*********t 的大作中提到】
: http://lldb.llvm.org/
m*********t
发帖数: 527
10
vim 又不是 debugger

【在 d1 的大作中提到】
: 如果我用vim哪?
:
: http://lldb.llvm.org/

S**I
发帖数: 15689
11
I'm not saying gdb can't run; it has some problems when debugging on 10.7.
BTW, if you compiled gdb from source, gdbtui is built, too.

【在 d1 的大作中提到】
: what do you mean? mine is 10.7 and it runs fine.
: unknown$ gdb
: GNU gdb (GDB) 7.3.1
: Copyright (C) 2011 Free Software Foundation, Inc.
: License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
: This is free software: you are free to change and redistribute it.
: There is NO WARRANTY, to the extent permitted by law. Type "show copying"
: and "show warranty" for details.
: This GDB was configured as "x86_64-apple-darwin11.2.0".
: For bug reporting instructions, please see:

D*******a
发帖数: 3688
12
is gdbtui the same as typing "layout" in gdb?

【在 S**I 的大作中提到】
: I'm not saying gdb can't run; it has some problems when debugging on 10.7.
: BTW, if you compiled gdb from source, gdbtui is built, too.

d1
发帖数: 1213
13
basically, i want a text mode debugger

【在 m*********t 的大作中提到】
: vim 又不是 debugger
d1
发帖数: 1213
14
tui is enabled by default.
what kind of problem on 10.7

【在 S**I 的大作中提到】
: I'm not saying gdb can't run; it has some problems when debugging on 10.7.
: BTW, if you compiled gdb from source, gdbtui is built, too.

1 (共1页)
进入Apple版参与讨论
相关主题
有没有想过为什么北美手机导航软件一般没有预装地图?Clang编译器。。。
iphone 5s拿到了受不了这个open教和free教
MAC OS X 是开源的么? 我感觉不是,如果真的不是的话,为什么不遵守GPL 呢?问个xcode基本问题
iphone 大势已去Apple Inc和Communism的相似之处
简单的iphone app开发问题Mac下面写 C程序最好的editor/debugger是什么呀?
怎么在osx上装gcc?问一个很初级的instal GCC的问题
mac上没有visual studio这样方便的开发环境[转载]Cocoa教学:Windows OOP与Cocoa MVC之对比
新的xcode3.2不错Mac下编程感想
相关话题的讨论汇总
话题: gdb话题: tui话题: xcode话题: text话题: gnu