Second Question
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
In the absence of VS2008 being able to load symbols to indicate functions in system DLLs like user32, how can I get VS 2008 to break on entering a specific module? I can set up "{,,Main.dll}" supposedly indicating a module, but I can't figure out how to make it break on _any_ call to that module. No combination of anything sensible seems to work, '@*', '.*', etc. Surely there is some syntax to request a breakpoint when a any portion of a file, or module are entered? I'm sure I've done this sort of thing before, but way back in VC6 when things were actually simple. Again, this is in C++, and any assistance/pointers appreciated. Thanks,
CraigL