Skip to content
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

Disable setting of inline breakpoints #47

Closed
zero-plusplus opened this issue Sep 6, 2020 · 1 comment
Closed

Disable setting of inline breakpoints #47

zero-plusplus opened this issue Sep 6, 2020 · 1 comment
Labels
wontfix This will not be worked on

Comments

@zero-plusplus
Copy link
Owner

It is probably not possible to implement an Inline breakpoint.
However, it is possible to setting it.

This means that if you try to set a combination such as a conditional logpoint, each may be set as a separate breakpoint.

I was unaware of this and kept looking for a bug that didn't exist.
Perhaps some users find it annoying.

So, if an inline breakpoint is set, merge them together and convert them into a single breakpoint.

@zero-plusplus zero-plusplus added the improve Improvement of existing features. label Sep 6, 2020
@zero-plusplus zero-plusplus added this to the 1.6.0 milestone Sep 6, 2020
@zero-plusplus
Copy link
Owner Author

zero-plusplus commented Sep 7, 2020

Merging breakpoints at debug time can be confusing to users because of the difference between the UI display and the actual behavior.
So I tried to merge inline breakpoints when they are set.

However, can't seem to set the breakpoint unless the debug adapter is running.

Reference 1
Reference 2
Reference 3

This was a vscode issue. The issues have already been created.
So I am closing this issue.s

@zero-plusplus zero-plusplus added the draft Draft of new features label Sep 7, 2020
@zero-plusplus zero-plusplus removed this from the 1.6.0 milestone Sep 7, 2020
@zero-plusplus zero-plusplus added wontfix This will not be worked on and removed draft Draft of new features improve Improvement of existing features. labels Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant