raddebugger
raddebugger copied to clipboard
Add process name to stop ctrl event string
Issue: While debugging multiple processes it gets very confusing which process hit the breakpoint or got an access violation.. etc.
For instance we usually debug server as well as client side of game together and they might share some part of the codebase and it gets very confusing, the only way to tell right now is to scroll the Scheduler view and look for the highlighted thread.
This PR brings the process name in the statusbar with Thread Id and stop explaination.
Before:
After: