Unhandled exception with Breakpoint

RCF support and general discussion.
Post Reply
jponnoua
Posts: 7
Joined: Thu Mar 08, 2012 1:46 pm

Unhandled exception with Breakpoint

Post 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.

jponnoua
Posts: 7
Joined: Thu Mar 08, 2012 1:46 pm

Re: Unhandled exception with Breakpoint

Post by jponnoua »

I found the solution: it was due do the standard timeout, set at 10s initially.

Julien.

jarl
Posts: 238
Joined: Mon Oct 03, 2011 4:53 am
Contact:

Re: Unhandled exception with Breakpoint

Post by jarl »

OK... You can use ClientStub::setRemoteCallTimeoutMs() if you want to change the timeout to something other than 10s.
Kind Regards

Jarl Lindrud
Delta V Software
http://www.deltavsoft.com

Post Reply