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

set evaluation timeout for child processes #123

Merged
merged 1 commit into from
Aug 10, 2017

Conversation

ViugiNick
Copy link
Collaborator

@ViugiNick ViugiNick commented Aug 10, 2017

For child processes, there was no evaluation timeout. In particular, because of this, when you try to eval something in a subprocess, the following exception is raised: can not convert nil into Integer.
@printer.print_debug("Evaluating %s with timeout after %i sec", str, max_time(which is nil))
(https://youtrack.jetbrains.com/issue/RUBY-19948)

@valich
Copy link
Contributor

valich commented Aug 10, 2017

@valich valich merged commit 25e8151 into ruby-debug:master Aug 10, 2017
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

Successfully merging this pull request may close these issues.

2 participants