OCamlPro / superbol-studio-oss

Open-Source part of SuperBOL Studio, including the Visual Studio Code extension and its LSP server
https://superbol.eu
Other
24 stars 13 forks source link

superbol-debug: add inline output of variables in the currrent statement #359

Open GitMensch opened 3 months ago

GitMensch commented 3 months ago

Haven't checked the DAP, it may be enough to send the names of the vars in the current statement from the UI...); but that feature available in other debuggers is definitely nice; note: for performance reasons the amount of data requested may be limited (so we don't ask for 8k+ if the name of a table is at the current position)