package dap
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Debug adapter protocol
Install
dune-project
Dependency
Authors
Maintainers
Sources
dap-1.1.0.tbz
sha256=0b4cdef2ec61b98f73b686a6cb9cde8dde14404097f52a9367c55f1667441712
sha512=ba1897e3afa66b34ad65911dee0b433c48756a5c81467b6277cc2fc1f4360533af7c707744b87707afa9891886dcdb0f7fa7e1653807903f5bd2c1d36a4d92d0
doc/CHANGELOG.html
1.1.0 2026-07-09
Added
- Updated the bundled schema to the latest Debug Adapter Protocol snapshot (spec 1.71). Adds the
outputPresentationfield onStartDebuggingand refreshes documentation across the generated types. Builds on the schema update and generator consolidation from hackwaly/ocaml-dap#3. - Generated the
argumentsfield on therestartrequest (Restart_command.Arguments) so it carries the latest launch/attach configuration instead of an empty object. - Added Error_with_message exception.
1.0.6 2021-02-22
Added
- Added Variable#__vscodeVariableMenuContext property.
1.0.5 2021-01-28
Added
- Added Debug_rpc.set_progressive_command_handler
Fixed
- Delay send event to after executing command to make vscode happy
1.0.4 (2021-01-02)
Added
- Added Debug_rpc.log_src to allow to control log level externally
1.0.3 (2021-01-02)
Fixed
- Fix command failure will send response with
success=true
1.0.2 (2020-12-07)
Fixed
- Fix
breakpoints : Breakpoint.tshould bebreakpoints : Breakpoint.t list - Fix
Env.t = Empty_dict.tshuld beEnv.t = String_opt_dict.t
1.0.1 (2020-12-04)
Initial release.
- Specification version is 1.43
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page