Disconnect during debugging

Options
When debugging using a breakpoint, the the connection is lost. I found this thread on the server forum: viewtopic.php?f=5&t=216 but it doesn't address the issue and is nearly 3 years old.

If there a way to prevent the connection from timing out when debugging? I'm aware of IsMessageQueueRunning, but that doesn't solve the problem either.

It's a tad tricky (impossible) to debug when the connection isn't maintained.

Comments

  • Tobias
    Options
    It is still the same problem.
    If you run a local server, you could increase the timeouts of server (in config) and client (via PhotonPeer property "something timeout") to get at least a longer time to debug. At the moment, I don't think it's possible to totally disable the timeout.