Re: debugging - Break on value change?
Peter Vertes <[email protected]> Mon, 4 Aug 2008 10:37:59 -0400
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <[email protected]> |
I always wanted a feature like that in a debugger but unfortunately I don't think the debugged that comes with Visual Studio has it. You might want to try a debugger called Mole ( http://www.codeproject.com/KB/macros/MoleForVisualStudioEdit.aspx) that might be able to do it for you. You can also try using Trace Point instead of Break Points in your code if Mole doesn't work out for you. -Pete On Mon, Aug 4, 2008 at 10:20 AM, Graeme Hood <[email protected]> wrote: > I'm trying to find out where and when a value in a session variable is > gettting changed. I know I can use conditional breakpoints, but then I > would need to know what line of code to insert it into. > > > > Is there such a thing as a condition watch that will stop execution as > soon as a variable has a specified value? Using VS 2008. > > > > TIA > > This email message is intended only for the use of the named recipient. > Information contained in this email message and its attachments may be > privileged, confidential and protected from disclosure. If you are not the > intended recipient, please do not read, copy, use or disclose this > communication to others. Also please notify the sender by replying to this > message and then delete it from your system. > > > =================================== > This list is hosted by DevelopMentor(R) http://www.develop.com > > View archives and manage your subscription(s) at > http://discuss.develop.com > =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com