Network Debugging (how can you tell if breakpoint hit on client or server)?

Hi,

When debugging code in PIE and simulating a network, how can you tell if a breakpoint has been hit while the code was running on the server or a client?

Many thanks,

You can drop a print statement and the print statement will be prefixed with Client or Server. That might help.