Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handle edge case when mapping source lines into opcodes
If a source breakpoint is set at the end of the file, it may occur *after* all lines that are mapped to an opcode. Do not set any breakpoint in that case.
- Loading branch information