Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Commented Unassigned: RuntimeError: unidentifiable C++ exception when declaring eventHandler before session start [13761]

$
0
0
if I declare my own event handler before I start debug session (with startProcess) that exception being raised.
Comments: ** Comment from web user: kernelnet **

I can reproduce only this situation:

```
>>>import pykd
>>>eh = pykd.eventHandler()
```

Is it your case? We will fix it ASAP.


I'd like to say, that we suppose eventHandler will be inherit:
```
class myEvHandler(pykd.eventHandler):
def __init__(self):
pykd.eventHandler.__init__(self)

def onLoadModule(self, modBase, name):
pass

myHandler = myEvHandler()
```


Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>