When I am using SlickEdit to debug a C++ program and that program throws a C++ exception, even if the exception is caught, the SlickEdit IDE still grabs window focus. Is there a setting or other way to prevent this from happening?
Here is the Slick-C code I am using to start the debugger:
debug_executable('windbg', 'windbg: app='program' ,args= ,dir='_file_path(program)' ,symbols=auto ,session=DebugSession');