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.

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

The code language that the Visual Studio supported is limited.
Take a look of this:
Demos
Visual Studio only support these languages:
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.