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 Visual Studio 2019 + Visual Micro - step-by-step debug is available? (Read 495 times)
amorosik2
Newbies
*
Offline


Posts: 4
Joined: Dec 6th, 2021
Visual Studio 2019 + Visual Micro - step-by-step debug is available?
Dec 29th, 2025 at 8:30am
Print Post  
I recently installed the latest version of VisualMicro for VisualStudio 2019.
Having used it in previous years, I'm sure I used the breakpont and step-by-step code advancement feature
I currently can't use it
When I set a breakpoint and start the program, in my case, on a RP2350 card connected to the PC via USB, the code flow stops correctly at the breakpoint, but then pressing F10 or F11 to advance a line/routine resumes the code exactly as it does when pressing F5
The installed version of VisualMicro is 2025.1009.1900, the latest available on the manufacturer's website.
The board is   https://seengreat.com/wiki/173/
Is there perhaps something I need to configure to achieve step-by-step advancement?
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Online


Posts: 2931
Joined: Feb 13th, 2019
Re: Visual Studio 2019 + Visual Micro - step-by-step debug is available?
Reply #1 - Dec 30th, 2025 at 9:34am
Print Post  
Thanks for the report, and detail about the board.

Can you enable the below options in Visual Micro:
  • vMicro > Compiler > Verbose
  • vMicro > Compiler > Show Build Properties
  • vMicro > Uploader > Verbose


Then perform the full build and upload, and start the debugging session.

Please attach the full output from the Output > Micro Build, and Output > Debug windows as a text file for us to review.
  
Back to top
IP Logged
 
amorosik2
Newbies
*
Offline


Posts: 4
Joined: Dec 6th, 2021
Re: Visual Studio 2019 + Visual Micro - step-by-step debug is available?
Reply #2 - Dec 30th, 2025 at 2:30pm
Print Post  
Ok, in attach image and Output file 


« Last Edit: Dec 30th, 2025 at 2:33pm by amorosik2 »  

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


Posts: 2931
Joined: Feb 13th, 2019
Re: Visual Studio 2019 + Visual Micro - step-by-step debug is available?
Reply #3 - Dec 31st, 2025 at 11:38am
Print Post  
Thanks for the logs and images.

Your current setup is using the vMicro Serial Debugger (set on the vMicro > Debugger > Debug option), which needs all breakpoints and watch variables to be set before upload, and does not support line by line stepping, only Break/Trace points.

The Hardware Debugging option allows the breakpoints to be set/changed at runtime, along with single line stepping, as you would have on a C++ program on your desktop.  This does require an external debug probe, which can also be made from another RP2350 board (with two variants available).

RP2350 Hardware Debugging: https://www.visualmicro.com/page/RasPiPico-Debugging.aspx
Quick Video Guide: https://youtu.be/m2R-CO60T2A
Creating a PicoProbe Debug Probe: https://www.visualmicro.com/page/Creating-a-PicoProbe-Debug-Probe.aspx
Creating a Rpi Debug Probe: https://www.visualmicro.com/page/Creating-a-Raspberry-Pi-Debug-Probe-(CMSIS-DAP)...

Let us know if you need any further guidance on which debugging route to use depending on the features needed, or with getting up and running with the Hardware Debugging setup.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint