Page 1 of 1

node.js debugger setup

Posted: Tue Sep 27, 2022 6:04 pm
by noahberkley
Is there a video or guide on how to set up visual studio code debugging with Switch scripts?

Thanks

Re: node.js debugger setup

Posted: Fri Sep 30, 2022 3:29 pm
by foxpalace

Re: node.js debugger setup

Posted: Tue Oct 04, 2022 8:35 am
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.

Re: node.js debugger setup

Posted: Tue Nov 29, 2022 10:47 pm
by noahberkley
Thank you both!