CatalaLang / catala

Programming language for literate programming law specification
https://catala-lang.org
Apache License 2.0
1.99k stars 77 forks source link

Interactive debugguer for Catala #657

Open denismerigoux opened 4 months ago

denismerigoux commented 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.

rmonat commented 4 months ago

I guess you know already, there is a debug adapter protocol, a sibling of LSP aiming at providing debugger interfaces.