Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix green debug position marker not shown for first line #979

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

bdieterm
Copy link
Collaborator

@bdieterm bdieterm commented Mar 29, 2024

How to reproduce the problem:
create a new file in the Pyzo editor
enter "1" in the first line
set a breakpoint at the first line
run the script
execution is stopped at the breakpoint in line 1 but the green marker is not shown (this problem occurs only for the first line)

This is an index-off-by-one bug. I fixed that.

@almarklein
Copy link
Member

I love how you're fixing all these subtle edge-cases! Thanks a lot!

@almarklein almarklein merged commit 91dfffe into pyzo:main Apr 2, 2024
16 checks passed
@bdieterm bdieterm deleted the fixDebugBlockIndicator branch June 23, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants