[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...> - 2004-05-04 17:37:59
|
Bugs item #947867, was opened at 2004-05-04 09:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=947867&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 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). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=947867&group_id=78018 |