Sign In
Bug Babble
Bugs, debuggers, stuff
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Babble
Bugs
OneNote
Visual Studio
Archive
Archives
December 2005
(4)
November 2005
(7)
October 2005
(16)
September 2005
(6)
August 2005
(4)
July 2005
(1)
March 2005
(1)
October 2004
(1)
August 2004
(2)
June 2004
(6)
May 2004
(3)
February 2004
(3)
January 2004
(3)
November, 2005
MSDN Blogs
>
Bug Babble
>
November, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Bug Babble
Netmodules: Sort of like a lib
Posted
over 7 years ago
by
SteveJS
1
Comments
I first ran into netmodules before VS 2002 was shipped. The netmodule gave me precisely what I asked for, without actually solving my problem. I wanted to use multiple languages (C#, and C++ /clr) in a single assembly. It turns out a single assembly can...
Bug Babble
XSLT debugging in Visual Studio
Posted
over 7 years ago
by
SteveJS
2
Comments
Visual Studio is a big tool. It's easy to miss some useful features. Hopefully t he XSLT debugger won't get missed. If you want to learn how to use XSLT debugging take a look at Neetu Rajpal's msdn article Introducing Xml tools in VS 2005 . Below you...
Bug Babble
Edit and Continue on 64 bit Windows
Posted
over 7 years ago
by
SteveJS
11
Comments
Pascal writes about the joy of x64 Windows XP, and some drawbacks. One drawback is no Edit and Continue using the 64 bit CLR. You can, however, use E&C against the 32 bit CLR on a x64 machine. Here's how you do it: You need to compile your managed...
Bug Babble
Make DataTips Transparent
Posted
over 7 years ago
by
SteveJS
4
Comments
Enhanced datatips are my favorite new debugger feature. However, sometimes you want to see underneath the tip without losing your spot. Fortunately, JimGries thought of that. You can make the DataTip transparent by pressing the ctrl key or middle mouse...
Bug Babble
Post Mortems
Posted
over 7 years ago
by
SteveJS
0
Comments
I won the guess the murderer contest. Shai and I compete to guess who the real murderer is on Law and Order Criminal Intent. Last night we watched Sunday's two hour show. It's a toss up who wins, but one of us always gets it by two thirds of the way through...
Bug Babble
Perf Awareness is not Premature
Posted
over 7 years ago
by
SteveJS
1
Comments
I've found myself adding a timer to each of the unit test frameworks I use so I can see how long my tests take. I am not trying to do anything complex. I just want to be aware of the perf. The same way pass and fail are visible, 1ms vs 90ms is visible...
Bug Babble
Checking the result of new is a bug in C++
Posted
over 7 years ago
by
SteveJS
3
Comments
At least, it is a bug in VC8. That check won't happen. Reading Larry Osterman's recent posts "What's wrong with this code, part 15" and the answers , reminded me this behavior changed in VC8. If you check the result of new in code compiled with VC8, your...
Page 1 of 1 (7 items)