godot/editor/debugger/debug_adapter
Ev1lbl0w 292ed61c18 Implemented advanced features of DAP
Respect client "supportsVariableType" capability

Implement "breakpointLocations" request

Implement "restart" request

Implement "evaluate" request

Fix error messages not being shown, and improved wrong path message

Removed thread option and behavior

Implemented detailed inspection of complex variables

Fix "const"ness of functions

Added a configurable timeout for requests

Implement Godot custom data request/event

Implement syncing of breakpoints

Added support for debugging native platforms
2021-08-31 15:17:58 +01:00
..
debug_adapter_parser.cpp Implemented advanced features of DAP 2021-08-31 15:17:58 +01:00
debug_adapter_parser.h Implemented advanced features of DAP 2021-08-31 15:17:58 +01:00
debug_adapter_protocol.cpp Implemented advanced features of DAP 2021-08-31 15:17:58 +01:00
debug_adapter_protocol.h Implemented advanced features of DAP 2021-08-31 15:17:58 +01:00
debug_adapter_server.cpp Implemented advanced features of DAP 2021-08-31 15:17:58 +01:00
debug_adapter_server.h Implemented advanced features of DAP 2021-08-31 15:17:58 +01:00
debug_adapter_types.h Implemented advanced features of DAP 2021-08-31 15:17:58 +01:00
SCsub