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
The ultimate goal, is I want to debug server side worker.js, in the hoodie-plugin-template (a new plugin under development starting from this template)
So I think the standard way to do it is to call
grunt --debug test:browser
So my first guess is that grunt-hoodie, needs to detect grunt's debug property and set debug in childProcessOptions perhaps?
The text was updated successfully, but these errors were encountered:
The ultimate goal, is I want to debug server side worker.js, in the hoodie-plugin-template (a new plugin under development starting from this template)
So I think the standard way to do it is to call
So my first guess is that grunt-hoodie, needs to detect grunt's debug property and set debug in childProcessOptions perhaps?
The text was updated successfully, but these errors were encountered: