Skip to content

Wrong Hit Count breakpoints logic implementation #61

Description

@sebjulliand

The IBM i Debugger extension seems to implement the Hit Count breakpoint logic backwards.
Image

The hit count controls how many times a breakpoint needs to be hit before it interrupts execution.
So if I set it to 3, the execution should be interrupted after it's been hit three times.

When debugging an IBM i program, it doesn't work like that. If I set a hit count to 3, the executions will be interrupted the first three times the breakpoint is hit and then it will be ignored.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions