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 debugging in libraries (Read 2120 times)
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Atmel debugging in libraries
Sep 28th, 2015 at 7:43pm
Print Post  
Hi,

I have Ateml Studio 6.2 with a Arduino plugin.
I have a ino file loaded and made a tracepoint with a message when hit. That works fine.
In this ino file a function is called for example LCDwrite which is in the library lcd16x2.cpp
When I make a tracepoint with a message when hit in the library lcd16x2.cpp I do not see any results after rebuilding and downloading.
I like to see information from within the libraries.
Is that possible and when yes What am I doing wrong?
Thanks in advance
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Atmel debugging in libraries
Reply #1 - Sep 28th, 2015 at 7:53pm
Print Post  
Hi,

Historically debug of libraries has not been possible however it will be shortly.

The latest version of Visual Micro supports source code in sub folders but also supports copying library sources into special folders below each sketch/project folder. This allows us to implement debugging of libraries which will happen during the next couple of weeks.

The latest version of Visual Micro is currently only for Visual Studio 2012-2015 but I expect there will be an update for Atmel Studio 6.2 also during the new few weeks.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint