Skip to content

Debugger stops only on 1st breakpoint inside a Fiber block and ignores all subsequent ones #96

@klobuczek

Description

@klobuczek

In ruby 3.1.1 the debugger stops only on 1 line in code like below:

Fiber.new do
   puts 1
   puts 2
end.resume

So if I put 2 breakpoints inside the block at the lines containing puts the 2nd breakpoint is ignored.
https://youtrack.jetbrains.com/issue/RUBY-29456

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions