How do I debug a plugin's executor I'm making? #5058
maxhillaert
started this conversation in
General
Replies: 1 comment
-
Actually I got it working. Need to open the tmp proj in vs code and set the breakpoint in the node_modules js code for my executor |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I generated a plugin. I ran the e2e job which created the test project using the plugin.
I'm then trying to attach a debugger and use vscode to set a breakpoint.
I run in the vscode debugger terminal:
node --inspect node_modules/.bin/tao build myplugin
Debugger gets attached to all the forks, but the breakpoint isn't hit.
How do you guys do this? Whats the trick?
Thank you!
Max
Beta Was this translation helpful? Give feedback.
All reactions