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
 
Back
Top