Menu

#3 Immediate button for Debugger

open-later
None
5
2002-09-23
2001-08-14
No

This patch adds to IDLE debugger button that allows to
check current state of local and global dictionaries
not only on top level (as in debugger window) it can be
used to change values also (__dbg_locals__ and
__dbg_globals__ variables created). You should note
that this is some sort of "cheat" - i'm using standard
"code" module on top of IDLE console. Use this at your
own risk.

Discussion

  • Michael Dubner

    Michael Dubner - 2001-08-14

    diff file for tools/idle/Debugger.py

     
  • Michael Dubner

    Michael Dubner - 2001-08-14

    Logged In: YES
    user_id=39274

    Note that Debugger.0.8.imm.0.2.patch can be applied to any
    version of IDLE debugger from 0.6 to 0.8.1 (it had not
    changed for long time)

     
  • elguavas

    elguavas - 2001-10-08
    • assigned_to: nobody --> elguavas
    • status: open --> open-postponed
     
  • elguavas

    elguavas - 2001-10-08

    Logged In: YES
    user_id=75867

    this possible feature would be impacted by the remote
    execution implementation that is ultimately chosen. hold
    until that is in place.

     
  • Kurt B. Kaiser

    Kurt B. Kaiser - 2002-09-23
    • assigned_to: elguavas --> kbk
    • status: open-postponed --> open-later
     
  • Kurt B. Kaiser

    Kurt B. Kaiser - 2002-09-23

    Logged In: YES
    user_id=149084

    Idle debugger currently allows viewing local and
    global variables but doesn't have the
    (desirable) functionality to change them. Will
    evaluate the patch but may do it differently.

    Pdb ability to move up and down the stack
    sets a good example for this functionality.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.