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 Debugger does not work (SOLVED) (Read 5119 times)
Natan
Newbies
*
Offline


Posts: 5
Joined: Mar 23rd, 2016
Debugger does not work (SOLVED)
Mar 24th, 2016 at 3:05pm
Print Post  
I have a pro registrated vertion of Visul Micro plugin in Visual Studio Community 2015. And I can`t start debbuging! Sad
« Last Edit: Mar 24th, 2016 at 4:23pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Debugger does not work
Reply #1 - Mar 24th, 2016 at 3:08pm
Print Post  
Hi,

From the email images you sent to us we can see that you have switched off "Visual Micro>Automatic Debugging". This will prevent the debugger from working automatically when the tool bar between "Debug or Local windows debugger". 

When you correct that issue .... I also noticed that you have switch on "Visual Micro>Trace Only". This will prevent the debugger from stopping at breakpoint.

Thanks
  
Back to top
IP Logged
 
Natan
Newbies
*
Offline


Posts: 5
Joined: Mar 23rd, 2016
Re: Debugger does not work
Reply #2 - Mar 24th, 2016 at 4:21pm
Print Post  
Wow! It works! Smiley
Thank You!!
Another question, why when hit F5 to continue debug , It builds and uploads the programm and not goes to the next step?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Debugger does not work
Reply #3 - Mar 24th, 2016 at 4:22pm
Print Post  
Do you have a breakpoint that stops? Non trace? If so then F5 should jump to the next breakpoint and not build.
  
Back to top
IP Logged
 
Natan
Newbies
*
Offline


Posts: 5
Joined: Mar 23rd, 2016
Re: Debugger does not work (SOLVED)
Reply #4 - Mar 24th, 2016 at 4:31pm
Print Post  
Yes I have...
I think It because I have 2 projects in one solution (two different programms for different boards)
I've tryed to debug in anather solution with one project and It works
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Debugger does not work (SOLVED)
Reply #5 - Mar 24th, 2016 at 4:50pm
Print Post  
One project will be shown with bold name in the solution explorer which means it is the startup project. 

Right click "set as startup project" to set which project is the main upload/debug project.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint