forked from zed-industries/zed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Act on capabilities when sending requests (#12)
* Fix used wrong request args in set breakpoints request Some debug adapters depend on getting the exact data that you passed in `launch` or `attach` request. * Send correct request for stopping debug adapter I changed the name to be more in line with the request name. We now also send the correct request values on the `support_terminate_debuggee` and `support_terminate_debuggee` capabilities. * Send disconnect request for terminate threads if it does not support it * Only send configuration done request if its supported * Add disconnect icon * Only send step over request params when adapter supports it * Only send resume(continue) request params if adapter supports it * Step in only send request args if adapter supports it * Step out only send request args if adapter supports it * Step back only send request args if adapter supports it * Log error using `detach_and_log_err` instead of manually
- Loading branch information
1 parent
aa257ec
commit 1c98c1c
Showing
4 changed files
with
166 additions
and
38 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters