Enable Editing Variables During Runtime in Debug Mode

It would be great if we get an feature to edit variable values during debugging the code. If we could edit variable values in local panel during debugging code, it will make developer’s life easy to test and debug the code.

Hello,
yes, being able to change the values in “Locals” would make it easier. If you didn’t know, you can set the variables in the “Immediate”-Tab with “variable = value”

2 Likes

Thank you for your feedback @chaitanya.kulkarni

I have some good news - we are already exploring ways to improve both editing capabilities of the debug windows (as mentioned above, you can already modify some variables during debugin from the Immediate panel), as well as allowing you to change properties of the activities (including selectors) when your debug session is paused.

1 Like

Glad to know this @loginerror looking forward to use this features! :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.