Open
Description
Hovering over a variable with trailing single quote (like a'
) does not work properly: a
is evaluated instead. I suppose it's vscode debug engine passing the wrong name to evaluateRequest()
but maybe it can be tuned to handle OCaml variable names correctly? initializeRequest()
or something like that?
A related problem is that one cannot evaluate record fields like a.b
. Besides problems with hovering engine it also requires some changes in the value parser to work even in a watch: ocamldebug responds in that case with "$<number> : <type> = <value>"
where $<number>
is a temporary id, not acceptable for the current parser.
Metadata
Assignees
Labels
No labels
Activity