[pywin32-bugs] [ pywin32-Bugs-2227431 ] Debugger don't reinitialize on new debug session
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-11-06 01:52:54
|
Bugs item #2227431, was opened at 2008-11-06 12:22 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2227431&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: Wont Fix Priority: 5 Private: No Submitted By: Florin Jurca (flojur) Assigned to: Nobody/Anonymous (nobody) Summary: Debugger don't reinitialize on new debug session Initial Comment: Debugger don't reinitialize on new debug session pywin32-212.win32-py2.5.exe on python-2.5.2.msi packages Debugger if detect an error in the first debug session do not reinitialize for all future next debug sessions. Still raise same error even if the error it is fixed in the script. The editor must be closed and opened again. The error is showing with regularity with no exceptions. It is very disturbing to work as if I have only one legg when I try to go up on some scale. Please help me with a solution if it is not a bug or if it is allready exist a solution for this. Thanks a lot. flo...@gm... ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2008-11-06 12:46 Message: This is due to pythonwin running scripts in the same process. The same issue applies when running without the debugger. You need to 'reload' the changed modules - see documentation for Python's reload() function. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2227431&group_id=78018 |