Visual Studio debug LUA scripts withing C++ Project

49 views Asked by At

I am currently participating in an open source project, which uses Lua Scripts within a C++ Project in Microsoft Visual Studio. I am now trying to debug an issue which is happening within one of the LUA Scripts. I installed the following VS Extention https://github.com/WheretIB/LuaDkmDebugger. However VS Still does not stop at the Break Points. Attached you will find Screenshots of the Warnings and Indications I am currently having. Breakpoint during active Debugging

Extention Script List

Is there any way to fix this or any external Tool I could use to debug these LUA Scripts?

Thanks in Advance

1

There are 1 answers

0
Bowman Zhu-MSFT On

The code language that the Visual Studio supported is limited.

Take a look of this:

Demos

Visual Studio only support these languages:

enter image description here

Lua is not listed. And you can also know this when you install visual studio components via visual studio installer.

Please consider using visual studio code.