Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

debugger: show current line, fix for #6150 #6286

Closed
wants to merge 1 commit into from

Conversation

rlidwka
Copy link

@rlidwka rlidwka commented Sep 28, 2013

This patch always shows '>' before current line, see #6150 for reasoning.

If there's a breakpoint, it replaces '*' with '>', so breakpoint on the current line will not be shown anymore. I am in doubt about this.

PS: I'd replace '>' with '→' character because first one makes it harder to read line number. Is there a good way to conditionally insert unicode if it is supported?

@bnoordhuis
Copy link
Member

LGTM, thanks. Landed in 028e652.

@bnoordhuis bnoordhuis closed this Oct 1, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants