Skip to content

How to build and debug with VScode

kytooooo edited this page May 9, 2019 · 1 revision

How to build and debug with VSCode?

To build NF:

  1. Open the fold where NF in by VSCode

  2. Terminal -> Run Build Task or Run Task -> Build NoahGameFrame or Build NoahGameFrame + Dep

......wait for the task end.

To debug NF:

  1. Click the Debug tab and choose one type of server

  2. Click the Debug button to run an instance then you can debug it