Cool article by Hans Moravec from 1986 on building computers and other technology from neutronium, magnetic monopoles and Higgsinium. It's slightly out of date since the theory that allowed for Higgsinium has changed but it's still interesting.
Superdense Computers
Saturday, August 23, 2008
Friday, August 01, 2008
DebuggerStepThroughAttribute
The DebuggerStepThroughAttribute sounds like it could be useful.
Pedram Rezaei's Ramblings : .NET debugging made easier: "As far as the CLR is concerned, there is no semantic attached to this attribute. However Visual Studio does not step through methods or classes that are decorated with this attribute"
You can use it to skip over stuff you don't need to step through while debugging but you can still set breakpoints in the code if you uncheck "Enable Just My Code (Managed only)" under Tools | Options | Debugging | General.
Pedram Rezaei's Ramblings : .NET debugging made easier: "As far as the CLR is concerned, there is no semantic attached to this attribute. However Visual Studio does not step through methods or classes that are decorated with this attribute"
You can use it to skip over stuff you don't need to step through while debugging but you can still set breakpoints in the code if you uncheck "Enable Just My Code (Managed only)" under Tools | Options | Debugging | General.
Subscribe to:
Posts (Atom)