teal-language / tl

The compiler for Teal, a typed dialect of Lua
MIT License
2.02k stars 101 forks source link

How to debug teal code? #744

Closed acodervic closed 2 months ago

acodervic commented 2 months ago

I can debug lua vode with vscode. And how to debug teal code? Is there has any way to do it? I want to debug teal code directly. Thanks everyone!

hishamhm commented 2 months ago

I'm not a vscode user myself, but perhaps @pdesaulniers might have some info on how his plugin can interop with other Lua plugins?