Problem with debugger
Hi,
I'm doing some testing that requires me to lose my network connection. I have noticed that when I close disable the Local Area Connection in Windows it causes my debugger to disconnect?
Here are my steps:
Start process and can debug okay,
Disable my network connection in Windows,
Can not longet debug but process continues to function.
Any idea why this would be?
Please sign in to leave a comment.
Hm, just an idea: Try changing the "Debugger transport to 'Shared memory'"
See Settings -> IDE Setting -> Debugger
Thankyou very much that worked a treat!