NPL remote debugger for Paracraft applications.
Contact author: lixizhi@yeah.net
- Press F11 in Paracraft to start NPL server, or enable debug="main" in the command line of Paracraft.
- Right click in NPL/lua code and select "NPL Set Breakpoint Here" in the context menu.
git clone https://github.com/tatfook/vscode-npl.git
cd vscode-npl
npm installRefer to this build vsix file with following commands.
npm install -g vsce
vsce package
goto https://marketplace.visualstudio.com/manage/publishers to upload.
For greater debugging experience see also vscode-npldebugger extension or visual studio NPL extension
Enjoy!