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 Problem with Library Debugging (Read 1351 times)
F_L
Newbies
*
Offline


Posts: 2
Joined: May 26th, 2021
Problem with Library Debugging
Jun 4th, 2021 at 5:25am
Print Post  
Hey,

I am trying to debug a library with arduino nano 33 iot (software debug). I cloned the libary to the project, but when I start to debug, I always get the same error message: 
Library folder does not exist: g\WiFiNINA_Generic 

I am not sure why the the folder does not exist or does not get created and also tried debugging the SD Library and got the same error message. I had this issue for some time and have not updated Visual Micro, so maybe it has already been fixed.


Hope you can help me, Smiley 
F_L
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Problem with Library Debugging
Reply #1 - Jun 4th, 2021 at 2:15pm
Print Post  
Hi

Library debugging is only supported with hardware debug because the software debug has to inject commands into a temp copy of the source. That means the library would have to be copied to the build folder and that can cause a problem for any library that uses a relative path to #include another library. The relative path would no longer be valid.

  
Back to top
WWW  
IP Logged
 
F_L
Newbies
*
Offline


Posts: 2
Joined: May 26th, 2021
Re: Problem with Library Debugging
Reply #2 - Jun 8th, 2021 at 7:41am
Print Post  
Okay, thank you for your answer.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint