Azure cloud service emulator - avoid restarting on breakpoint

62 Views Asked by At

When running an Azure cloud service instance locally in the emulator, if I spend too long while the code execution is paused (e.g. hit a breakpoint), the service will print 'unresponsive' error messages and will restart.

This is expected behaviour "at large", but is there a way to stop this from happening when running in the emulator?

1

There are 1 best solutions below

0
Fei Han On

This is expected behaviour "at large", but is there a way to stop this from happening when running in the emulator?

Based on my test , if I stop at breakpoints for longer than a few minutes, which will make role state become unresponsive and role stop. We should avoid long stops at breakpoints.

enter image description here

I do not find a way to set/configure the Compute Emulator to prevent this behaviour from happening. You could give a feedback on this site for this issue.