Skip to content

Code pauses on every raise #20

@Nowaker

Description

@Nowaker

Your environment

  • vscode-ruby version: v0.28.1
  • Ruby version: 2.6.8p205
  • Ruby version manager (if any): bundler 1.17.3
  • VS Code version: 1.64.2
  • Operating System: Linux
  • Using language server? (eg useLanguageServer is true in your configuration?) yes

Expected behavior

Debugger pauses on breakpoints I pick only.

Actual behavior

Debugger pauses on any raise. I do not want that. I can continue but it breaks again on another raise. Which is endless.

image

Feature request

Like in Node.js - let me choose whether debugger should pause on exceptions, and which exceptions (caught / uncaught):

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions