-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Neotest supports DAP debugging for tests.
Checklist:
- Filter exact tests when starting the debug session
- Run build before debug session starts (preferably async)
- In case of build errors, report errors to user and don't start debugging session
- Works with
build.zigand withoutbuild.zig - Support multiple outputs and in case of multiple prompt user to choose which to debug
- By default all
addTestsartifacts frombuild.zigare namedtest. If there are multiple, we should warn user to add explicit name to theiraddTests. - Allow overriding DAP configuration (ex. explicitly providing a debugger)
- Autodetect available debugger if one is not provided in config (
gdb,lldb,codelldb)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request