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 Debug not start (Read 2818 times)
Fastlink
Newbies
*
Offline


Posts: 2
Joined: Sep 9th, 2017
Debug not start
Sep 27th, 2017 at 6:24pm
Print Post  
visualgdb licensed updated to latest version on vs2017, arduino 1.8.4

until 2 days ago all ok, now, if i compile and start in debug mode, compilation/program is ok, but when start debugging i see 'Launching Debugger...' on the output windows, open digital pin window, open expression window, but nothing happen on these windows, also never stop on breakpoints
seems program not start, i tried also in release mode, happen the same

what happened?
thanks
  
Back to top
 
IP Logged
 
Fastlink
Newbies
*
Offline


Posts: 2
Joined: Sep 9th, 2017
Re: Debug not start
Reply #1 - Sep 28th, 2017 at 7:00pm
Print Post  
today i found why i see nothing on the serial (my mistake), but anyway debugger windows not start, also is possible disable the output of this messages:

[9/28 20:55:24.3]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:24.4]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:24.6]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:24.7]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:24.9]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:25.0]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:25.2]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:25.3]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:25.5]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:25.6]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:25.8]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:25.9]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:26.1]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:26.2]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:26.3]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:26.5]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:26.7]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:26.8]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:27.0]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:27.1]VMDPR_|32:0:1:||34192|_VMDPR
[9/28 20:55:27.3]VMDPR_|32:0:1:||34192|_VMDPR

they are annoing and make debug more difficult.

thanks
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Debug not start
Reply #2 - Sep 30th, 2017 at 9:50am
Print Post  
Hi,

If you make a debug upload to your board then this is what the serial will look like (combined with your own serial)

If you have a project open that was used for a debug upload then the debugger will start if you have purchased or are using the trial.

If you switch the tool bar from Debug to Release the debugger will not start even if you have a full licence.

If you do not want to use debugging with your program then switch the tool bar from Debug to Release

If you have previously uploaded in Debug mode but would like normal Arduino mode then switch the tool bar from Debug to Release and then upload again.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint