This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Amended Re: X11 stability with insight & gdb


John Mills wrote:
Is there a way to have 'insight' start a "true" console window for my application, or is a foreground startup from a console command line the best way to debug a native app?

If your program uses stdio and you're on a unix machine, you can use the target settings dialog to select "use xterm as inferior's tty".


One note about this, though: you MUST use the Run button to start your application. There is still a huge disconnect between Insight's GUI and GDB's internals, so you cannot use the console window and type "run" to get this to work.

Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]