We occasionally get requests for the ability to break when a module loads. WinDbg (the other debugger that Microsoft produces) exposes this as an exception (see the 'sx' command), although it isn't really an exception. Ideally, I think this should be a special kind of breakpoint.Is the above quoted text writen in 2004 still relevant?
VS doesn't support this as a first class feature, but as long as you know what module you want to break on, this is very easy to do.
-- greggm, 2004
