Skip to content

Exceptions are reported every time they propagate up in the call chain in the ruby debugger #26

@klayoutmatthias

Description

@klayoutmatthias

This is the scenario:

  • a ruby script runs with the macro IDE open
  • "Ask whether to stop in debugger on exception" is enabled in the debugger options
  • an exception is raised inside some function which itself is called from another function

Effect: the IDE shows the exception and offers to stop on that exception. If this is declined, the exception will be propagated upwards in the call chain. Every time, the exception is raised on the next level in the call chain, the IDE will again offer to stop. This becomes tedious if many levels are involved.

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