 Guillaume Dargaud
		
			Guillaume Dargaud
		
		
		
		
		
		
		
		
	
			03-25-2009 05:10 AM
03-25-2009 07:10 AM
03-25-2009 08:10 AM
 nickb
		
			nickb
		
		
		
		
		
		
		
		
	
			03-25-2009 08:41 AM
Hello Guillaume,
Thanks for reporting this. I have confirmed a bug with the pseudo code you have posted, and filed a Bug Report (#155604) for further investigation. We'll let you know as we have more information.
NickB
National Instruments
 dummy_decoy
		
			dummy_decoy
		
		
		
		
		
		
		
		
	
			03-25-2009 09:03 AM
03-25-2009 12:10 PM
03-26-2009 12:02 PM
Hello Guillaume,
Thanks for reporting this. I was able to reproduce this bug, I think. But I want to run the symptom I see by you, just to make sure that I'm not missing some additional ones:
1. It only deletes the visible line, not the entire collapsed block
2. The cursor moves temporarily to the top of the window, to an invalid location, and then moves back down to the correct location.
3. The contents of the window won't redraw correctly until a few seconds have ellapsed.
Are you seeing any other symptoms?
By the way, if you highlight the line and then remove it using <Ctrl-X> (which is the same as <Ctrl-Y>) the problem doesn't happen.
I've recorded the bug with ID #156166.
Thanks,
Luis
03-26-2009 04:22 PM
Guillaume and dummy_decoy,
On the original issue that Guillaume reported, I just wanted to clarify that CVI does not support using block-scope variables in watch points. In the example provided, you are of course able to use the outer Val variable (the string array) in a watchpoint, and you are then able to interpret this variable as a double, if you so choose. But this reinterpretation doesn't mean that the watch point will then be using the other variable. It just has the effect of changing the type of the original string array variable. The value that it would then display would be garbage.
Having said, the hang that Guillaume saw is still unexpected, and we still need to investigate its cause.
Luis
03-27-2009 11:40 AM