[New-bugs-announce] [issue10296] ctypes catches BreakPoint error on windows 32
Kristján Valur Jónsson
report at bugs.python.org
Wed Nov 3 09:20:33 CET 2010
New submission from Kristján Valur Jónsson <kristjan at ccpgames.com>:
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.
----------
messages: 120312
nosy: krisvale
priority: normal
severity: normal
status: open
title: ctypes catches BreakPoint error on windows 32
type: behavior
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10296>
_______________________________________
More information about the New-bugs-announce
mailing list