Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] be able to pause node #464

Open
gabrielcsapo opened this issue Apr 17, 2020 · 0 comments
Open

[feature] be able to pause node #464

gabrielcsapo opened this issue Apr 17, 2020 · 0 comments

Comments

@gabrielcsapo
Copy link
Contributor

gabrielcsapo commented Apr 17, 2020

I am currently working on a tool that helps understand what is happening in a broccoli build. (gabrielcsapo/broccoli-inspector#5) One of the features that I am working on is making it easier to introspect into the build process by being able to pause a node and enter a debugging session.

It would be great if this was possible;

watcher.builder.on('beginNode', (node) => {
  node.pause();
  // start chrome debugging session that will eventually be able to call node.continue()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant