Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Using Add Condition & Add Log successively confuses the debugger #7690

Description

@juliandescottes

You can trigger this by various sequence of actions that involve creating breakpoints, here is one which is easy to reproduce:

  • open a script in the debugger
  • right click on a line number
  • click Add Condition
  • Do not submit a condition
  • right click on the same line number
  • click Add Log
  • try to remove the breakpoint
    ER: breakpoint is removed
    AR: breakpoint stays in the gutter

Trying to add other breakpoints on other lines will fail. Closing and reopening the debugger will not display all the breakpoints

debugger_breakpoints_not_appearing

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    Priority

    None yet

    Jira

    None yet

    Severity

    None yet

    Estimate

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions