You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest adding the functionality to add breakpoints for value changes on variables as is available in the vscode c++ debugger (Break on Value Change)
Functionality would be: right click on variable in inspector, choose option Break on Value Change. Then when the value is changed by the program the debugger pauses.
The text was updated successfully, but these errors were encountered:
Thanks @apholden-fds , I think PyDict_AddWatcher might make this possible. It looks like it's native code though, so there'd have to be some communication between debugpy and native code loaded to do the watching.
I would like to suggest adding the functionality to add breakpoints for value changes on variables as is available in the vscode c++ debugger (Break on Value Change)
Functionality would be: right click on variable in inspector, choose option Break on Value Change. Then when the value is changed by the program the debugger pauses.
The text was updated successfully, but these errors were encountered: