[Idle-dev] [ idlefork-Patches-450784 ] Immediate button for Debugger

noreply@sourceforge.net noreply@sourceforge.net
Sun, 22 Sep 2002 18:03:57 -0700


Patches item #450784, was opened at 2001-08-14 07:52
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=309579&aid=450784&group_id=9579

Category: None
Group: None
Status: Open
>Resolution: Later
Priority: 5
Submitted By: Michael Dubner (dubnerm)
>Assigned to: Kurt B. Kaiser (kbk)
Summary: Immediate button for Debugger

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Kurt B. Kaiser (kbk)
Date: 2002-09-22 20:03

Message:
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.

----------------------------------------------------------------------

Comment By: Stephen M. Gava (elguavas)
Date: 2001-10-07 21:52

Message:
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.

----------------------------------------------------------------------

Comment By: Michael Dubner (dubnerm)
Date: 2001-08-14 08:13

Message:
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)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=309579&aid=450784&group_id=9579