Hi,
Is there a way to keep the VisualGDB Remote Console open after debugging stops? My debugging session contains color coded output from the debugged application, and when debugging ends the VGDB Remote Console goes away and I’m left with the standard VS Output window that does not support ANSI color codes (and hence has a lot of noisy output littered with color codes).
I realize I can put a breakpoint somewhere close to where the application exits, but it would be really nice if one can just keep the console open after debugging ends. Maybe just make it read-only at that point, or something?
Somewhat related… Is there a way to make the console hook F5 so that it continues debugging instead of printing it to the console? I often have the console active at a breakpoint, then want to continue running but pressing F5 just sends it to the console as “^[[15~”. I already have “Hook ‘Start Debugging(F5)'” set to True, but I believe this is not applicable to the Remote Console window.
Thanks in advance!