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

Try enable node execution debugging with running their code in different AppDomains #20

Open
IgorFedchenko opened this issue Feb 8, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@IgorFedchenko
Copy link
Contributor

Currently each NodeRunner runs it's node in separate process. This provides good isolation, but does not allow to debug specs with break points, etc. Only debugging via test output is possible.

That would be cool to be able to run specs from VS, and set breakpoints for debugging. This is possible if running nodes in same test process, but different AppDomains - this is basically what xunit runner does for parallel test runs.

Should give it a try.

@IgorFedchenko IgorFedchenko added the enhancement New feature or request label Feb 8, 2020
@IgorFedchenko IgorFedchenko added this to the 1.3.0 milestone Feb 13, 2020
@Aaronontheweb Aaronontheweb removed this from the 1.3.0 milestone Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants