Skip to content

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

@rnestler

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}

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