User-Specific Debugging (Isolated Breakpoints)
76
Views
1
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/