Page 1 of 1

OSX debugging trouble

Posted: Sat Oct 30, 2010 7:35 pm
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

Re: OSX debugging trouble

Posted: Sat Oct 30, 2010 8:16 pm
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