codefori / codefori/vscode-ibmi-debug-issues
Wrong `Hit Count` breakpoints logic implementation
Open
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.
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.