Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 824 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 824 Bytes

vscode-npl README

NPL remote debugger for Paracraft applications.

Contact author: [email protected]

Features

  • 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.

Build & Deploy

git clone https://github.com/tatfook/vscode-npl.git
cd vscode-npl
npm install

Publish the extension

Refer to this build vsix file with following commands.

npm install -g vsce
vsce package

goto https://marketplace.visualstudio.com/manage/publishers to upload.

For more information

For greater debugging experience see also vscode-npldebugger extension or visual studio NPL extension

Enjoy!