Commit Graph
3 Commits
Author SHA1 Message Date
Remy Suen 2af3005f52 Initialize the breakpoints map in the beginning
Signed-off-by: Remy Suen <remy.suen@docker.com>
2025-10-23 10:44:05 -04:00
Remy Suen 7c4dd41cb0 dap: stop sending null to conform to the specification
The setBreakpoints response body is defined to be an array of
breakpoints but the debug adapter incorrectly serialized an empty array
as null in the JSON message. Explicitly initializing the array will
force the JSON serialization process to send an empty array back instead
of null.

Signed-off-by: Remy Suen <remy.suen@docker.com>
2025-10-23 05:31:37 -04:00
Remy Suen 7898cee6b5 Correct no-cache attribute to be a boolean
The documentation is incorrect because no-cache needs to be a boolean.

Signed-off-by: Remy Suen <remy.suen@docker.com>
2025-10-16 17:06:43 -04:00