Debugger #57
-
I am now struggling to get the debugger working in VS Code. I have the debug build uploaded that looks like this: `
}).apply(me, [__dLogger]); And I am connected in VS Code. I can run the testDisplayAndon() function in the debug console and I get the result of true back, but it doesn't stop at the breakpoints. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
Here is my package.json file Here is my launch.json file.
|
Beta Was this translation helpful? Give feedback.
-
Ensure you did these:
|
Beta Was this translation helpful? Give feedback.
-
OK, I did that and still the same thing. I even removed the bm-thingworx-debug-server extension, restarted, reinstalled the server, restarted again, and tried to connect again. In launch.json, if I change |
Beta Was this translation helpful? Give feedback.
OK, I did that and still the same thing. I even removed the bm-thingworx-debug-server extension, restarted, reinstalled the server, restarted again, and tried to connect again.
In launch.json, if I change
"thingworxDomain": "dev-thingworx.toro.com",
to"thingworxDomain": "dev-thingworx.toro.com/",
(just added the forward slash after .com), I get the unable to verify first certificate error that I was seeing before. Not sure if anything could be related there or not.