64 Bit Local Debugger on Whidbey FINAL
Remote debugger sucks a little bit.
Thx in advance
Martin
Remote debugger sucks a little bit.
Thx in advance
Martin
What specifically bugs you about the remote debugging experience?
-josh
You are actually still using the remote debugging infrastructure under the hood even though you are remote debugging to the same machine. This is because VS is a 32-bit application in Whidbey.
However, as you have noted, they do a good job of hiding it and in my debugging using VS it seems to work pretty well. The major omission being no edit and continue on 64-bit projects is however a CLR limitation.
Most applications however correctly run as agnostic code, in which case if you really need edit and continue you can develop as 32-bit and then just test your application built as a 64-bit app.