How to stop the debugger

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roy

    #1

    How to stop the debugger

    Hi all,
    How to stop the debugger at the line when a varible's value changes; for
    example to 50.
    Thanks in advance.
    Roy
  • Marina

    #2
    Re: How to stop the debugger

    You can put conditions on a breakpoint. If you right click and go to
    properties, there is a way to set a condition. In the condition you could
    say "myVar = 50".

    "Roy" <Roy@discussion s.microsoft.com > wrote in message
    news:D106B1CD-8BEC-48FC-A34C-A1DE0191D57A@mi crosoft.com...[color=blue]
    > Hi all,
    > How to stop the debugger at the line when a varible's value changes; for
    > example to 50.
    > Thanks in advance.
    > Roy[/color]


    Comment

    Working...