Page 1 of 1

Debugger doesn't stop at breakpoint

Posted: Thu Jul 14, 2022 11:06 am
by r.zegwaard
Hi
I've written quite some node.js scripts for Switch and used the debugger often with success.
But now, the debugger doesn't stop at my breakpoints anymore.
It stops at a strange point (see 2th screenshot)
The console.log messages are logged in the Debug Console.

At first, I thought it had to do with the script I was writing at that moment, so I created a fresh, and very simple script to test the debugger.
Same result.
So a uninstalled Switch, NodeJS and VSCode and reinstalled them again.
Still no success.
Has anyone had this same problem and found a solution?

Robert

Some screenshots

Image

Image

Image

Re: Debugger doesn't stop at breakpoint

Posted: Tue Jul 26, 2022 12:15 pm
by r.zegwaard
I've spend quite some time debugging this debugger-problem :shock:
The problem was that the script was loaded from an UNC path.
So I changed the path to a mapped drive-letter, and that solved it :D

Robert