Skip to content

Breakpoints ignored without binding.b at start of script #15

Description

@rnestler

If I don't have a binding.b at the start of my script, all further breakpoints are just ignored and just the whole script runs:

With binding.b

screenshot-20220628-113735

Without binding.b

screenshot-20220628-113804

I guess the reason is that rdbg is started with the -n flag which means it won't break at the start:

args = {"-n", "--open", "--port", config.port, "-c", "--", "bundle", "exec", config.command, config.script}
else
args = {"-n", "--open", "--port", config.port, "-c", "--", config.command, config.script}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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