RemedyBG 0.3.9.1 is now available for download with the following new features, improvements, and bug fixes.
New Features
Improvements
Bug Fixes
Added driver command RDBG_COMMAND_SET_BRING_TO_FOREGROUND_ON_SUSPENDED. This can be used to override the default behavior where the debugger window is brought to the foreground upon any process suspended event (e.g., breakpoint, exception, single-step complete, etc.).
I'm not sure if it's intended or not, but I have a different behavior depending on which event happens (I'm not using RDBG_COMMAND_SET_BRING_TO_FOREGROUND_ON_SUSPENDED or anything else).
A breakpoint brings the debugger window in front, but an assert ( __debugbreak() ) doesn't. Is this the intended behavior ?