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

Step in method #373

Merged
merged 2 commits into from
Nov 8, 2021
Merged

Step in method #373

merged 2 commits into from
Nov 8, 2021

Conversation

ko1
Copy link
Collaborator

@ko1 ko1 commented Nov 8, 2021

DEBUGGER__.step_in{ expr }

This method indicates that the given block should be stop with
"step in" at the beggining. This method is expected to be used
with irb like:

irb> DEBUGGER__.step_in do
  foo
  bar
end

This method indicates that the given block should be stop with
"step in" at the beggining. This method is expected to be used
with `irb` like:

```
irb> DEBUGGER__.step_in do
  foo
  bar
end
```
Call debugger console on the irb console breaks the prompt display
because procs are not restored correctly.
@ko1 ko1 merged commit e705238 into master Nov 8, 2021
@ko1 ko1 deleted the step_in_method branch November 8, 2021 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant