hackwaly / ocamlearlybird

OCaml debug adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug Console does not emit values

cdaringe opened this issue · 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.

commented

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

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