User-Specific Debugging (Isolated Breakpoints)
86
Views
3
Comments
New
Debugger

Currently, when a developer enables a breakpoint in a shared environment (like Dev or Test), all active sessions hit that breakpoint. This disrupts other developers and interrupts their work. 

Introduce a "Debug My Session Only" toggle within Service Studio. When enabled, breakpoints would only trigger if the request originates from the developer’s own authenticated user session or specific IP address.

This is exactly this is what personal areas are for:

https://success.outsystems.com/documentation/10/developing_an_application/troubleshooting_applications/debugging_applications/public_and_personal_areas/

I've always found the Personal Area difficult to use (since version 5 of Outsystems).  It is especially complicated if there are dependencies in other modules.

Perhaps it might be worth making a list of the bug/issues in the personal area debugging for them to fix?