Skip to content

Support data breakpoints #1317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ydmykr opened this issue Jun 20, 2023 · 1 comment
Closed

Support data breakpoints #1317

ydmykr opened this issue Jun 20, 2023 · 1 comment

Comments

@ydmykr
Copy link

ydmykr commented Jun 20, 2023

As is shown in the VSCode document,

If a debugger supports data breakpoints, they can be set from the context menu in the VARIABLES view. The Break on Value Change/Read/Access commands will add a data breakpoint that is hit when the value of the underlying variable changes/is read/is accessed. Data breakpoints are shown with a red hexagon in the BREAKPOINTS section.

Can Python extension support this function? I think C++ support this function by clicking Break When Value Changes button while Python didn't.

image

I think this would be a very convenient feature for Python users.

@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python Jun 20, 2023
@gramster
Copy link
Member

Dup of #1291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants