PC Review


Reply
Thread Tools Rate Thread

break when changed?

 
 
Saurabh Kumar
Guest
Posts: n/a
 
      26th Nov 2004
Hi,
can i make my program to automatically break when the contents of an
arraylist/queue change?
if yes, how?

Thanks.


 
Reply With Quote
 
 
 
 
=?Utf-8?B?QW5hbmRbTVZQXQ==?=
Guest
Posts: n/a
 
      26th Nov 2004
Take a look at the Debug->New BreakPoint dialog. You have an option ot set up
conditions and also when data in a variable changes.

Rgds,
Anand M
VB.NET MVP
http://www.dotnetindia.com

"Saurabh Kumar" wrote:

> Hi,
> can i make my program to automatically break when the contents of an
> arraylist/queue change?
> if yes, how?
>
> Thanks.
>
>
>

 
Reply With Quote
 
Cor Ligthert
Guest
Posts: n/a
 
      26th Nov 2004
Saurabh,

Who changes the contents of that arraylist, I assume the program where you
have control from.

When the problem is that you have it as a global and change it in to much
places, than I would advice you to redesign your program a little bit.

By instance when you set it in a seperate shared class, you can use the
property that sets your arraylist to do the break as you describe it.

I hope this gives an idea.

Cor

"Saurabh Kumar" <(E-Mail Removed)>

> can i make my program to automatically break when the contents of an
> arraylist/queue change?
> if yes, how?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XL2003 VBA: Debuging...can not break or run in break/step mode. Conan Kelly Microsoft Excel Programming 1 23rd Aug 2008 11:51 AM
Word 2007 - Where is Insert | Break | Text Wrapping Break? EDembicki Microsoft Word Document Management 5 12th Jul 2008 07:28 PM
Insert / Break stopped providing the Break Dialog Box =?Utf-8?B?R2FyeSBTLg==?= Microsoft Word Document Management 1 6th Jun 2007 08:31 PM
Page break display in Word 2003 View Print mode changed. How come. =?Utf-8?B?NDcxMWNsYXNzaWM=?= Microsoft Word Document Management 2 23rd Jul 2006 08:36 PM
add page break code in csv file to force break when loading. tim Microsoft Excel Misc 3 1st Apr 2004 01:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:51 AM.