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
@wickstargazer @hoang-innomizetech @poul-kg I'm also trying to configure vscode to debug a project using this plugin, but I'm not convinced it's entirely possible to do in its present state. I'm able to run the project through VS Code just fine, however it is unable to set breakpoints in the code because there are no sourceMaps. It appears the sourceMap option doesn't actually do anything as it's currently commented out.
I tried uncommenting this line locally and it still doesn't generate the sourceMaps correctly. Without that, I'm not sure how anybody is able to debug using this plugin in VS Code.
Has anybody succeeded in getting the vscode debugger to work? When I run my project locally I get the message that the debugger is attached, but I get unbound breakpoints, probably for the same reason @jahorwitz stated.
Does anyone have any configuration I can use to debug Serverless using this plugin?
The text was updated successfully, but these errors were encountered: