node.js debugger setup

Post Reply
noahberkley
Newbie
Posts: 3
Joined: Fri Sep 23, 2022 5:23 pm

node.js debugger setup

Post by noahberkley »

Is there a video or guide on how to set up visual studio code debugging with Switch scripts?

Thanks
User avatar
foxpalace
Member
Posts: 33
Joined: Fri Jan 14, 2011 12:25 pm
Location: Germany

Re: node.js debugger setup

Post by foxpalace »

freddyp
Advanced member
Posts: 1008
Joined: Thu Feb 09, 2012 3:53 pm

Re: node.js debugger setup

Post by freddyp »

Thanks for the video!

There is one thing extra that should be mentioned: this very easy method (it is all pre-configured) is available when you work with script folders. You can use the SwitchScriptTool for that, or you can right click on a "Script element" and create the script folder from there. Extra remark: the use of TypeScript is heavily recommended.
noahberkley
Newbie
Posts: 3
Joined: Fri Sep 23, 2022 5:23 pm

Re: node.js debugger setup

Post by noahberkley »

Thank you both!
Post Reply