Author Topic: 17.0.2 Win32: SlickEdit grabs focus when program being debugged throws exceptio  (Read 2677 times)

geneg1

  • Community Member
  • Posts: 51
  • Hero Points: 4
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:


Code: [Select]
debug_executable('windbg', 'windbg: app='program' ,args= ,dir='_file_path(program)' ,symbols=auto ,session=DebugSession');