List of breakpoints in VS2005

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Hey

How can I get a list of breakpoints in Visual Studio 2005, while the loaded
solution is in Edit mode (not running or not debugging)...

I'm trying to learn thousands of uncommented C# code and if I had some kind
of bookmarks (breakpoints) I then could more easly scroll to those specific
lines, instead of scrolling thousands of lines and very easly scroll past
the line I was looking for...

any suggestions?

Jeff
 
Hi Jeff,

J> How can I get a list of breakpoints in Visual Studio 2005, while the
J> loaded solution is in Edit mode (not running or not debugging)...

[Menu] Debug > Breakpoints

J> I'm trying to learn thousands of uncommented C# code and if I had
J> some kind of bookmarks (breakpoints) I then could more easly scroll

It's better to use bookmarks feature itself (http://dotnet.org.za/eduard/archive/2004/11/19/7180.aspx)
and bookmark window (View > Other Windows > Bookmark window).

Kind Regards, Alex Meleta
[TechBlog] http://devkids.blogspot.com



J> Hey
J>
J> How can I get a list of breakpoints in Visual Studio 2005, while the
J> loaded solution is in Edit mode (not running or not debugging)...
J>
J> I'm trying to learn thousands of uncommented C# code and if I had
J> some kind of bookmarks (breakpoints) I then could more easly scroll
J> to those specific lines, instead of scrolling thousands of lines and
J> very easly scroll past the line I was looking for...
J>
J> any suggestions?
J>
J> Jeff
J>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top