New submission from Kristján Valur Jónsson <krist...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10296>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to