PDA

View Full Version : [QtJambi] No Exceptions thrown



dachick
13th November 2010, 12:31
Hi guys,

I've got a little program based on Qt. I'm using QtJambi as I am programming in Java.

For some time now I fight with unreported exceptions. As far as I remember when i started, there were exceptions thrown by qt as "NoSuchSlot" etc etc... But currently there are just NO exceptions which is quite annoying as I have to start the debugger every time something is strange to navigate to the point where the exception is thrown.
There I can see the actual exception ... it is just not printed to the command line.

Surrounding everything by a try catch block does not help either.

Anybody experienced this problem so far and knows a solution?
It's really annoying as you miss some errors quite a while because nothing is reported :)

best regards!

dachick
14th November 2010, 13:04
Hi,

I just realized that even all the Java exceptions are omitted. So not even a ArrayIndexOutOfBoundsException or anything is displayed anymore ....