microsoft / debugpy

An implementation of the Debug Adapter Protocol for Python
https://pypi.org/project/debugpy/
Other
1.87k stars 138 forks source link

Add debugger data breakpoints #1291

Open TheWizier opened 1 year ago

TheWizier commented 1 year ago

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.

apholden-fds commented 9 months ago

This feature would be very helpful for my team. Is there anything we can do to expedite it?