conditional breakpoint in C#, vs2005

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi,
just wondering if it is possible to set a conditional breakpoint in C#,
vs2005. For example I want the code to break when a dropdown list is written
to (item added) but I do not know the line that this occures on.
 
Paul,

Just set the breakpoint and then right click on the breakpoint in VS2005 and
one of the menu items will be for setting a condition.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 

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