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

Make Fennec and Debugger play better together #101

Open
exodist opened this issue Apr 9, 2014 · 0 comments
Open

Make Fennec and Debugger play better together #101

exodist opened this issue Apr 9, 2014 · 0 comments

Comments

@exodist
Copy link
Owner

exodist commented Apr 9, 2014

A couple people have talked recently about using Fennec under the debugger, and turning of parallel to do it. The problem with this is that disabling parallel changes how the code behaves. A better option would be to set parallel => 1, which will still fork, but only have 1 active at a time.

I did a quick google search, and it looks like it is possible to use the debugger in forking code, here is some documentation: http://www.perlmonks.org/?node_id=128283

I don't have time to study this now, but I think it is a valuable thing to work out. Need to see if any changes are needed to Fennec, or if it is just a matter of adding documentation with details in Fennec's pod.

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