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!
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!