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 are breakpoints stored? (Read 611 times)
The_Specialist
Full Member
***
Offline


Posts: 227
Joined: Jul 1st, 2020
How are breakpoints stored?
Oct 16th, 2021 at 12:29pm
Print Post  
Diden't test it but what I see is that with the new visual studio it is possible with hardwaredebugger to add breakpoint after selecting the type of hardware you are using to connect. I am wondering if I program with the usb that is provided on the board that it will work... and how?
« Last Edit: Oct 16th, 2021 at 10:35pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: How are breakpoints stored?
Reply #1 - Oct 16th, 2021 at 10:37pm
Print Post  
The breakpoints are stored by vs as references to code line numbers + conditions etc. When the serial debugger uploads it sets the breakpoints in the code until next upload, when a hardware debug session starts the breakpoints are sent to the microcontroller.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint