How to debug crashes and hangs(blogs.msdn.com)

submitted by KirillOsenkovKirillOsenkov(570) 3 years, 2 months ago

At my job on the C# IDE QA team I've learned some useful things about debugging in Visual Studio, which I'd like to summarize in this post: Turning off "Enable just my code" Attaching the debugger using Tools | Attach To Process Selecting Managed, Native for mixed-mode debugging or Enable unmanaged code debugging Attaching to multiple processes Selecting processes and threads Breaking on first-chance exceptions using the Debug | Exceptions dialog Picking the right thread Loading symbols Viewing the call stack Saving the minidump file

1 comment |category: |Views: 44

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by lenielleniel(489) 3 years ago 0

Very well explained! :D

Reply

information Login or create an account to comment on this story