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 ESP32 Debugger cannot find source - strange path (Read 958 times)
RogerW
Junior Member
**
Offline


Posts: 19
Location: Egnach
Joined: Jan 4th, 2014
ESP32 Debugger cannot find source - strange path
Jul 29th, 2019 at 8:43am
Print Post  
Debugging some code with ESP32 and FT2232H Dual RS232 debugger. Works well so far. While stepping into the code I found that at some places the source is not available and the debugger tries to access the source at some unknown location. It looks like the path is somehow hardcoded to a strange location not on my pc. Please have a look at the screenshot.

Could this be a bug or am I doing something wrong?
  

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: ESP32 Debugger cannot find source - strange path
Reply #1 - Jul 29th, 2019 at 10:00am
Print Post  
Yes we have noticed that. These are some low level sources that are pre-compiled by the author of the esp core. The author created a lib such as .a file and then distributed the lib instead of the original sources.

There isn't much we can. Maybe you could ask the author to include the sources even if not used. We might then be able to pass a mappings list to the debugger so it can find the sources when it wants them.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint