Debugger doesn't stop at breakpoint

Post Reply
r.zegwaard
Member
Posts: 93
Joined: Fri Jul 08, 2011 10:31 am
Location: The Netherlands

Debugger doesn't stop at breakpoint

Post 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
r.zegwaard
Member
Posts: 93
Joined: Fri Jul 08, 2011 10:31 am
Location: The Netherlands

Re: Debugger doesn't stop at breakpoint

Post 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
Post Reply