hackwaly / ocamlearlybird

OCaml debug adapter
MIT License
208 stars 23 forks source link

Debug Console does not emit values #39

Open cdaringe opened 2 years ago

cdaringe commented 2 years ago

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.

Cobular commented 2 years ago

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

cdaringe commented 2 years ago

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