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

debugging with idle: current line not highlighted #61584

Closed
dzabel mannequin opened this issue Mar 7, 2013 · 4 comments
Closed

debugging with idle: current line not highlighted #61584

dzabel mannequin opened this issue Mar 7, 2013 · 4 comments
Labels
topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@dzabel
Copy link
Mannequin

dzabel mannequin commented Mar 7, 2013

BPO 17382
Nosy @terryjreedy, @rovitotv
Superseder
  • bpo-14146: IDLE: source line in editor doesn't highlight when debugging
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2013-03-09.04:09:44.978>
    created_at = <Date 2013-03-07.23:18:38.352>
    labels = ['expert-IDLE', 'type-bug']
    title = 'debugging with idle: current line not highlighted'
    updated_at = <Date 2013-03-09.04:09:44.976>
    user = 'https://bugs.python.org/dzabel'

    bugs.python.org fields:

    activity = <Date 2013-03-09.04:09:44.976>
    actor = 'terry.reedy'
    assignee = 'none'
    closed = True
    closed_date = <Date 2013-03-09.04:09:44.978>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2013-03-07.23:18:38.352>
    creator = 'dzabel'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 17382
    keywords = []
    message_count = 4.0
    messages = ['183711', '183714', '183757', '183792']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'Todd.Rovito', 'dzabel']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '14146'
    type = 'behavior'
    url = 'https://bugs.python.org/issue17382'
    versions = ['Python 3.2', 'Python 3.3']

    @dzabel
    Copy link
    Mannequin Author

    dzabel mannequin commented Mar 7, 2013

    When debugging with IDLE with checkbox "Source" enabled, the source window highlights the current line only when the source window is activated. If one of the buttons of the IDLE debug window is pressed ("Step", "Over" or "Out"), the source window is no longer active and the highlighting of the current line disappears. This makes stepwise execution quite boring.

    This effect seems to be os specific. I found it on Windows XP SP3 and Windows 7 X64 SP1 both with Python 3.2 and Python 3.2.
    I tried both Python 3.2 and Python 3.3 on Ubuntu 12.4 LTS, and the problem did not show up.
    So it seems to be a windows-only problem.

    @dzabel dzabel mannequin added topic-IDLE type-bug An unexpected behavior, bug, or error labels Mar 7, 2013
    @dzabel
    Copy link
    Mannequin Author

    dzabel mannequin commented Mar 7, 2013

    When debugging with IDLE with checkbox "Source" enabled, the source window highlights the current line only when the source window is activated. If one of the buttons of the IDLE debug window is pressed ("Step", "Over" or "Out"), the source window is no longer active and the highlighting of the current line disappears. This makes stepwise execution quite boring.

    This effect seems to be os specific. I found it on Windows XP SP3 and Windows 7 X64 SP1 both with Python 3.2 and Python 3.3.
    I tried both Python 3.2 and Python 3.3 on Ubuntu 12.4 LTS, and the problem did not show up.
    So it seems to be a windows-only problem.

    @rovitotv
    Copy link
    Mannequin

    rovitotv mannequin commented Mar 8, 2013

    Dirk,
    I think this issue is already documented as an issue but I will have to find it in the tracker.

    @terryjreedy
    Copy link
    Member

    Dirk, sorry; in my email, I should have suggested searching for existing idle debugger issues before posting.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    topic-IDLE type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant