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

Make debugger conform to DAP 1.51 continue/stepin/stepout/stepover #678

Merged
merged 29 commits into from
Feb 19, 2022

Conversation

lukaszsamson
Copy link
Collaborator

Fixes #669

Clients should only call this request if the capability ‘exceptionBreakpointFilters’ returns one or more filters.
No way to implement it via :int module
fix some isses when var is usend more than 10 times
add explicite ordering by variable instance
discard underscored variables
do not warn when setting already set breakpoint
…inue-all-threads

# Conflicts:
#	README.md
#	apps/elixir_ls_debugger/lib/debugger/server.ex
#	apps/elixir_ls_debugger/test/debugger_test.exs
@lukaszsamson lukaszsamson merged commit ea250e2 into master Feb 19, 2022
@lukaszsamson lukaszsamson deleted the ls-continue-all-threads branch February 19, 2022 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DAP 1.51 changes how execution control requests should behave
1 participant