[pywin32-bugs] [ pywin32-Bugs-947867 ] Debugger Stack view not showing int values
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-02-26 02:31:04
|
Bugs item #947867, was opened at 2004-05-04 12:37 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=947867&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Greg Chapman (glchapman) Assigned to: Nobody/Anonymous (nobody) Summary: Debugger Stack view not showing int values Initial Comment: Using Build 201, the stack view of the debugger shows ints as "Instance of class int". If I understand correctly, this is because of the recent change in the MakeHLI function in pywin.tools.browser. It looks like adding: IntType: HLIPythonObject, LongType: HLIPythonObject, FloatType: HLIPythonObject, to the TypeMap ought to fix it. (There may be some other "primitive" types which need to handled similarly). ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-02-25 21:31 Message: Logged In: YES user_id=771074 Originator: NO Suggested change has been made, browser.py, r1.9 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=947867&group_id=78018 |