Page 1 of 1

Unhandled exception with Breakpoint

Posted: Thu Mar 29, 2012 9:56 am
by jponnoua
Hello,

I have noticed that using a breakpoint in a shared function may throw an unhandled exception continuously. Does sb noticed the same issue ?

Julien.

Re: Unhandled exception with Breakpoint

Posted: Thu Apr 05, 2012 2:17 pm
by jponnoua
I found the solution: it was due do the standard timeout, set at 10s initially.

Julien.

Re: Unhandled exception with Breakpoint

Posted: Fri Apr 06, 2012 12:50 pm
by jarl
OK... You can use ClientStub::setRemoteCallTimeoutMs() if you want to change the timeout to something other than 10s.