CatalaLang / catala

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

Interactive debugguer for Catala #657

Open denismerigoux opened 1 month ago

denismerigoux commented 1 month 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 1 month ago

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