- Added Error_with_message exception.
- Added Variable#__vscodeVariableMenuContext property.
- Added Debug_rpc.set_progressive_command_handler
- Delay send event to after executing command to make vscode happy
- Added Debug_rpc.log_src to allow to control log level externally
- Fix command failure will send response with
success=true
- Fix
breakpoints : Breakpoint.t
should bebreakpoints : Breakpoint.t list
- Fix
Env.t = Empty_dict.t
shuld beEnv.t = String_opt_dict.t
Initial release.
- Specification version is 1.43