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 How to use call stack with Arduino Uno (VS 2013 Community) (Read 2195 times)
yaron
Newbies
*
Offline


Posts: 1
Joined: Oct 21st, 2015
How to use call stack with Arduino Uno (VS 2013 Community)
Oct 21st, 2015 at 6:12am
Print Post  
Hi, 
I'm trying to debug my arduino code.
When I put a breakpoint, the program is paused, but I can't watch on the values of my vars.
In additional, I don't have a "call stack" (like in a tradinional c++ code under VS).

How can I look on the call stack?
How can I watch the values of my vars?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: How to use call stack with Arduino Uno (VS 2013 Community)
Reply #1 - Oct 21st, 2015 at 1:06pm
Print Post  
Hi,

You can't watch a stack yet. You can watch or change variables or watch expressions/methods that are included in the "When Hit". Please scroll down on the docs window to see the debugger docs http://www.visualmicro.com/page/User-Guide.aspx?doc=index

Thanks
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint