Skip to content

Comments

Step in method#373

Merged
ko1 merged 2 commits intomasterfrom
step_in_method
Nov 8, 2021
Merged

Step in method#373
ko1 merged 2 commits intomasterfrom
step_in_method

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

ko1 added 2 commits November 8, 2021 16:23
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant