Breakpoint

P

Peter

Hi,all

We can set a breakpoint that will break when a varible's value changes or
reaches a destination value in VB6. I think this is a most valuble debugging
tool. In VB.NET, there is also a "New Breakpoint" menu under the mainmenu
"Debug". After clicking the menu a dialog appears. The dialog allows user
to choose four kinds of breakpoint: Function,File,Address and Data. What I
need is the Data breakpoint,but vb.net can't use this tool. What can I do?

Thanks in advance

Peter
 
H

Herfried K. Wagner [MVP]

Peter said:
We can set a breakpoint that will break when a varible's value changes or
reaches a destination value in VB6. I think this is a most valuble
debugging
tool. In VB.NET, there is also a "New Breakpoint" menu under the mainmenu
"Debug". After clicking the menu a dialog appears. The dialog allows user
to choose four kinds of breakpoint: Function,File,Address and Data. What
I
need is the Data breakpoint,but vb.net can't use this tool. What can I do?

Watch breakpoints are AFAIK not supported by VB.NET any more in the
comfortable way they were supported in VB6.

<URL:http://groups.google.de/[email protected]>
 
C

Cor Ligthert

Herfried,

I always have friendly to smile a little when you write this.
comfortable way they were supported in VB6.

Nothing wrong however to let you know.

:)

Cor
 

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

Top