photools.com Community

IMatch Discussion Boards => IMatch Scripting and Apps => Topic started by: Carlo Didier on November 16, 2017, 12:26:24 PM

Title: Debug in Visual Studio Code?
Post by: Carlo Didier on November 16, 2017, 12:26:24 PM
Can I use Visual Studio Code to directly debug scripts? How?
Title: Re: Debug in Visual Studio Code?
Post by: Mario on November 16, 2017, 01:28:13 PM
No. That's not for JavaScript running in the browser. It's for debugging node.js and similar.
To debug an IMatch App, use the debugger tools in the browser of your choice (<F12>). All included.

For details about VSC, usage etc. see the extensive documentation provided by Microsoft and the many video tutorials.