This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients kristjan.jonsson
Date 2010-11-03.08:20:29
SpamBayes Score 0.006572183
Marked as misclassified No
Message-id <1288772433.69.0.284335189868.issue10296@psf.upfronthosting.co.za>
In-reply-to
Content
import ctypes
ctypes.windll.kernel32.DebugBreak()
This used to be a handy way to attach a debugger to a running program, by way of JIT debugging.  Now ctypes catches and handles this exception so a debugger is never invoked.  Bummer.
History
Date User Action Args
2010-11-03 08:20:33kristjan.jonssonsetrecipients: + kristjan.jonsson
2010-11-03 08:20:33kristjan.jonssonsetmessageid: <1288772433.69.0.284335189868.issue10296@psf.upfronthosting.co.za>
2010-11-03 08:20:29kristjan.jonssonlinkissue10296 messages
2010-11-03 08:20:29kristjan.jonssoncreate