ocamlearlybird icon indicating copy to clipboard operation
ocamlearlybird copied to clipboard

Debug Console does not emit values

Open cdaringe opened this issue 4 years ago • 2 comments

Problem

While trying to inspect a value in the Debug Console, values are emitted on request

image

For instance, in the screenshot above, i load s (an in scope string) into the debug console, but no value is emitted, per expectation when using the debug console. I'm not sure if there is a round trip to the DAP server here or not, or if it is supposed to use existing in-mem references already loaded into the debug context.

cdaringe avatar Nov 07 '21 20:11 cdaringe

Seeing this as well unfortunately, did you have any luck resolving it?

Cobular avatar Jan 13 '22 10:01 Cobular

No, I did not. One day I may look deeper, but not soon

cdaringe avatar Jan 13 '22 14:01 cdaringe