| << | March, 2003 | >> | ||||
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| 23 | 24 | 25 | 26 | 27 | 28 | 1 |
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 | 1 | 2 | 3 | 4 | 5 |
Now, for the tip of the day (or week, or whatever...)
In debugging this latest problem, I had to download symbols for various OS components. Internally, we have a pretty vast symbol server that can get you .PDBs for everything that you need. Externally, you can get symbols for many components so that you can debug through them. Nothing beats a good call stack!
Both our internal and external systems use a symbol server to locate the right symbols. We didn't have this until ~2 years ago, and I don't know how we lived without it. Getting the right symbols used to be voodoo -- now it is super easy. Here is a page talking about what you have to do: http://www.microsoft.com/ddk/debugging/symbols.asp.
Also note that with VS.Net you can use this stuff too! Here is a link on that: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q319037
I haven't been posting lately because I've been super busy. I've spent the weekend debugging a tough memory leak in some COM code. I sure don't miss doing that with managed code!
I'm going to be in Redmond again tomorrow and Wednesday so updates won't be happening then either. Oh well.
BTW, I've made some progress on my FTP uploader but not as much as I'd like. I'll post something here when I have something to show.