[pywin32-bugs] [ pywin32-Bugs-734562 ] isInitialBreakpoint not initialised
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-02-25 13:47:24
|
Bugs item #734562, was opened at 2003-05-08 05:58 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=734562&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: janez jere (janezj) Assigned to: Nobody/Anonymous (nobody) Summary: isInitialBreakpoint not initialised Initial Comment: In build 152 pywin.debugger.brk() is not working, because Debugger is without isInitialBreakpoint attribute. import pywin.debugger g = pywin.debugger.GetDebugger() if not hasattr(g, 'isInitialBreakpoint'): g.isInitialBreakpoint = None pywin.debugger.brk() print '1' print '2' print '3' ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-02-25 08:47 Message: Logged In: YES user_id=771074 Originator: NO This appears to have been fixed way back in debugger.py r1.11. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=734562&group_id=78018 |