• Answers
  • Web
Answer 1 out of 1
 
207 helpful answers

They're coming to take me away, Ha-haaa!

Advanced .NET Debugging Blog

My personal blog

A:

Try running your application normally.

In VS2005 use the "Attach" feature in the debug menu after you are sure your .NET code ran at least once.

Then you can attach and you should be able to debug it.

Make sure you are using the debug build to do so, so that the debug symbols files will contain a correct reference to where the source code files are.

Helpful?(2)
Rated as Best Answer
 
Comment About This Answer (or add your own answer)

Feed - Subscribe to changes to this Q&A Blog
ADVERTISEMENT
  • Answers
  • Web
Copyright © 2006-2009, Yedda Inc. and respective copyright owners