Open denismerigoux opened 4 months ago
Building on #651 and #653, the Catala language tooling should offer some first-class debugging capabilities integrated in VSCode. This debugger should use the Catala interpreter and runtime.
I guess you know already, there is a debug adapter protocol, a sibling of LSP aiming at providing debugger interfaces.
Building on #651 and #653, the Catala language tooling should offer some first-class debugging capabilities integrated in VSCode. This debugger should use the Catala interpreter and runtime.