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 Debug Arduino Library Code? (Read 3988 times)
doronb
Newbies
*
Offline


Posts: 3
Joined: Feb 21st, 2016
Debug Arduino Library Code?
Feb 21st, 2016 at 5:24pm
Print Post  
Hi all of you
I am new in this tool but use the visual studio  a lot  . 
I try to use a cpp lib in my project but i can not find a way to set a break point in the cpp code .Is it possible  and how ??
Regards Doron
« Last Edit: Feb 22nd, 2016 at 5:20pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: C lib debug
Reply #1 - Feb 22nd, 2016 at 11:56am
Print Post  
Hi,

The debugger will work with .ino and/or .cpp files that are located in the current project source code.

What do you mean by "cpp lib"

Thanks
  
Back to top
IP Logged
 
doronb
Newbies
*
Offline


Posts: 3
Joined: Feb 21st, 2016
Re: C lib debug
Reply #2 - Feb 22nd, 2016 at 12:12pm
Print Post  
Hi
thanks for quick response 
I mean a classes that are    declared in .h file   and are not   current project
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: C lib debug
Reply #3 - Feb 22nd, 2016 at 12:14pm
Print Post  
Okay I need to ask a couple more questions

1) are you new to Arduino?
2) do you know what an "Arduino library" is?
3) is your .h in an "Arduino library"?

Thanks
  
Back to top
IP Logged
 
doronb
Newbies
*
Offline


Posts: 3
Joined: Feb 21st, 2016
Re: Debug Arduino Library Code?
Reply #4 - Feb 22nd, 2016 at 1:28pm
Print Post  
Hi 
1) Is I am "green" in Arduino 
2) Lib is a collection of  classes and h file outside the project
3) Yes my h. file is out side the project in Arduino lib
« Last Edit: Feb 22nd, 2016 at 5:20pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint