OSX debugging trouble

CodeLite installation/troubleshooting forum
Auria
CodeLite Enthusiast
Posts: 26
Joined: Sat Oct 30, 2010 7:19 pm
Genuine User: Yes
IDE Question: C++
Contact:

OSX debugging trouble

Post by Auria »

Hi,

as it my other post, this is 2.7.0 (can't try SVN)

When I hit the debug button, quite often, the debuggee fails to run :
Starting debugger : gdb --tty=/dev/?? --interpreter=mi "./wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"
...
DEBUG>>&"/dev/??: No such file or directory.\n"
I'm not sure where it gets /dev/?? from, but this seems obviously wrong
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: OSX debugging trouble

Post by eranif »

This will be solved as soon as the new wxTerminal is completed (and I am not that far from it)

When its done, there will be no more need for OSX Terminal app and other quirks to get tty...

Eran
Make sure you have read the HOW TO POST thread
Post Reply