How can I debug Lua code launched by external application #2646
-
I am programming script in Lua for extending feutures of extemal app. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @communist1917 , You should look for an extension that supports debugging Lua. I don't know Lua, but a quick search in the marketplace (https://marketplace.visualstudio.com/search?term=lua&target=VSCode&category=All%20categories&sortBy=Relevance) returns a few. Look for the ones that better fit your needs. BTW, this discussion forum is intended for VS Code extension development only, for now. So, if you have other questions about how to use those extensions, the best place to look for is the extension repo/support channel. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @communist1917 ,
You should look for an extension that supports debugging Lua. I don't know Lua, but a quick search in the marketplace (https://marketplace.visualstudio.com/search?term=lua&target=VSCode&category=All%20categories&sortBy=Relevance) returns a few. Look for the ones that better fit your needs.
BTW, this discussion forum is intended for VS Code extension development only, for now. So, if you have other questions about how to use those extensions, the best place to look for is the extension repo/support channel.
Hope this helps