RaspberryDebugger
RaspberryDebugger copied to clipboard
Certain special type of VS project such as SETUP project would cause Raspberry debugger to hang up VS.
i stepped into the source of RaspberryDebugger, found out the enumeration loop of projects in solution may encounter unhandled situation, which in my case turned out to be a SETUP project in my solution, finally leading to hang-up of VS making it not responsive. After i removed that SETUP project, RaspberryDebugger started to work.