This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(WIP) Delve v2 API debug adapter (#1647)
* Initial port to v2 API * Refactor default LoadConfig * Migrate remaining calls * Fix CreateBreakpoint apicall * Fix breakpoint apicalls. Unwrap command apicalls * Add delve output on eval error (console) * Fix EvaluateRequest apicall * Fix SetBreakpoint, add LoadConfig interface * Migrate Restart apicall * Add delve LoadConfig in launch configuration * Update launch.json * Remove TODO comment * Enable setting new breakpoints after a failed one * Option to use v1 api of delve * Collapse loadConfig to single configuration * Fix linting errors * Check remote debug server API version * Use v1 by default * Move loadConfig init before remote mode return
- Loading branch information