KevinKBytes

Results 2 comments of KevinKBytes

"Code is written such that a synchronous exception can't occur." By this do you mean the Linux kernel exception handlers themselves are guaranteed to not generate exceptions, hence there is...

What about c++ files which call shared library files, which then call into normal .py files? Would I at least be able to break into the py files?