Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic atmel quickwatch is greyed out (Read 5749 times)
RoboBill
Junior Member
**
Offline


Posts: 32
Location: Northern California
Joined: Apr 14th, 2013
atmel quickwatch is greyed out
Oct 9th, 2013 at 12:31am
Print Post  
Since I'm a real beginner, sorry about the simpliest question, but what do I need to do/check to enable quickwatch   Embarrassed

I'm running Atmel 6.1.2730 and vm 1.1309.04

Thanks
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: atmel quickwatch is greyed out
Reply #1 - Oct 9th, 2013 at 1:18am
Print Post  
Hi there,

If I understand correctly you are trying to watch the values of expressions or variables while the Arduino is running?

In that case you will need to enable the debugger

This youtube video (25 min bit slow) and there is also a link on the debugger page of visualmicro.com that tells how to enable the debugger (if not already enabled)

In the youtube video or the wiki you will see how to add breakpoints to source code by clicking the margin. You will also see how to add a "When Hit" message and/or list of expressions to watch such as:-

Code
Select All
{millis}{myVar1} 



After adding or altering breakpoints you need to upload (Debug>Start/Step etc.)

Sorry if I have misunderstood the question, please explain more
  
Back to top
IP Logged
 
RoboBill
Junior Member
**
Offline


Posts: 32
Location: Northern California
Joined: Apr 14th, 2013
Re: atmel quickwatch is greyed out
Reply #2 - Oct 9th, 2013 at 1:47am
Print Post  
I was hoping to be able to right click a variable and add it to a watch list. I thought that was possible with quick watch. Am I wrong here? How can I use quickwatch rather that using the "When Breakpoint is hit" box?

The basic issue is I have a whole bunch of variables and I thought using quick watch would enable me to quickly get their values displayed during a run. Filling out the "when breakpoint is hit" is kinda tiresome.
  
Back to top
 
IP Logged
 
RoboBill
Junior Member
**
Offline


Posts: 32
Location: Northern California
Joined: Apr 14th, 2013
Re: atmel quickwatch is greyed out
Reply #3 - Oct 9th, 2013 at 2:12am
Print Post  
oops  Embarrassed Embarrassed I just found an explanation of quickwatch.... its not what I thought it was ... DARN!

So I guess I'm stuck with the "when breakpoint is hit"



  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: atmel quickwatch is greyed out
Reply #4 - Oct 9th, 2013 at 1:57pm
Print Post  
Yes we something better  Smiley
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint