-
VC++ - In need of books on Advanced Debugging Techniques
Hi All,
I primarily work on Microsoft Technologies using VC++. Could someone suggest me useful books covering
1) "advanced debugging techniques" and
2) performance engineering: WinDbg/SOS, CLR Profiler, Visual Studio Profiler?
Any suggestion / help is appreciated.
Thanks in advance.
N. Murali Mohan
-
I do not know of any books on the subject, but the profiler in visual is pretty simple -- you run it and it tells you how much time various functions took, how many hits a function has etc. You cannot inline a function if you want to see its report though, so have to be careful with that. They took the profiler out of the cheaper versions and in frustration I wrote my own. At best I think you may find a chapter on the profiler in a book or 2 but its not going to have a whole book on the tool most likely.
I have never had a book on pure debugging either, but they must be out there. Most of my books focus on trying to develop bug free code rather than how to fix it... which is a nice idea that does not really work in practice.
-
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
Similar Threads
-
By martinig in forum Architecture and Design
Replies: 0
Last Post: 11-30-2005, 07:19 AM
-
By RSA in forum VB Classic
Replies: 1
Last Post: 08-17-2001, 06:19 AM
-
By Peter Mount in forum VB Classic
Replies: 0
Last Post: 08-13-2001, 11:27 AM
-
By Mark Lawrence in forum ASP.NET
Replies: 2
Last Post: 09-14-2000, 06:13 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks