codefori / codefori/vscode-ibmi-debug-issues

Wrong `Hit Count` breakpoints logic implementation

Open
#61 2 comments 0 reactions 1 assignee Claimed by @mkwan01 View on GitHub
bug
Dominant language
No language data
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.