Sublime Forum

(gdb) Exception condition detected on fd 0

#1

Hello,

I have a problem. I want to use GDB in sublime text, but it doesn’t work. If i enter GDB in Terminal (Mac OS Mavericks 10.9.1), I see this:
$ gdb
GNU gdb (GDB) 7.6.2
Copyright © 2013 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-darwin13.0.2”.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
(gdb)

but if i write GDB in sublime text 2/3, I see this:
gdb | done: 30.875697ms ]
GNU gdb (GDB) 7.6.2
Copyright © 2013 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-darwin13.0.2”.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
** (gdb) Exception condition detected on fd 0
error detected on stdin**
~/Fgo/src/ ] #

I try change GDB 7.6.2 / 7.6.3 / 7.7 . I try brew, macports, make sources.

thanx

0 Likes