You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
@nightwing - I found the reason for this weird behaviour.
The file I was debugging was a in a symbolic linked folder in my workspace.
Once I tried working on the actual folder debugger worked correctly.
Not sure if it's a bug or the expected behaviour.
Faced the same problem. Breakpoints working only if function placed in root folder. If i move function for example into ./src/ folder, breakpoints not working. How to fix it?
I found more about problem. It's not depend from folders structure. It's happens only when we are using CodeURI directive in yaml file. I think it's bug
For to reproduce it, config for function need to be something like this:
When running nodejs code in debug mode, it doesn't break on breakpoints, although runner shows
"Debugger listening on port 15454"
Don't know if this is related but I'm running node 4.2.6 and the workspace is set to ~ (home)
Using latest version of C9SDK
Thanks.
The text was updated successfully, but these errors were encountered: