Walter Fettich wrote:
No , what I meant is that a null pointer exception is thrown in C++ (or
access violation in my case since I use Visual Studio). Basically it tries
to access a null pointer.

Ah.  Yeah, that's a bit odd....

It would be great if I could see under the hood what happens in that
dispatchEvent. I tried to manually look through the code but it's just too
confusing. It would be great if I could use a debugger somehow to see what
is going on in dispatchEvent and what exactly fails there.

You should be able to do that. See https://developer.mozilla.org/en/Using_the_Mozilla_symbol_server

-Boris
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to