Daily Archives: February 20, 2004

a great book title

I love this book title and description!

***Hardware Hacking: Have Fun While Voiding Your Warranty

Publisher: Syngress

ISBN: 1932266836

“Hardware Hacking” is for people who dream of running Linux on an Xbox and opening a garage door with a PDA. To successfully hack consumer and SOHO ….

VB.NET Whidbey – Debugger wants your class constructor!

This is probably old news to many who have been playing with VB.NET Whidbey for a while…

I noticed that when debugging, if I didn’t have have NEW in a custom class, the debugger stops on code that instantiates that class, givint a little popup message “There is no source code for the current location.” You can hit okay and then just continue and all  is fine. This is not affected by Option Explicit or Option Strict settings.

Probably something that has been duly noted by now. I wish I had time to do this stuff this summer when it would have been useful for the VB team.