When running in debug mode, I can add watch items and open/close the watch window but I'm unable to view array items. The window ignores mouse clicks. Let me clarify, I run in debug mode, hit the break button and I should be able to activate the watch window and interact with the values displayed, but the window ignores all mouse clicks and I'm unable to expand an array to see the values contained with in. Some times if I reload studio 4 I can make it work for a while then it quits again. Has anyone one else seen this behavior? Do you have a fix?
TIA
Jim
Unable to activate watch window v4.19 b730
Author
Message
An upgrade to Atmel Studio 6 might be a thought.
You say debug mode, but do you mean for an actual debugger or are you using the simulator ? Either way, you can expand an array in a watch window...if the array's defined right for doing that. Making the array 'static' works. Post the code .
Level: Moderator
Joined: Mon. Jul 18, 2005
Posts: 105140 View posts
Location: (using avr-gcc in) Finchingfield, Essex, England
Quote:
Making the array 'static' works.
Really? Why would that be?
clawson wrote:
I was using #1 from my sig. and playing with adc() functions about a year agao, with my JTAG MKII. Studio wouldn't display the global adc_result array until I put "static" as part of its declaration.
Quote:
Making the array 'static' works.
Really? Why would that be?