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: The error shown above might be caused by invalid breakpoint (Read 1835 times)
ram
Junior Member
**
Offline


Posts: 37
Joined: Aug 6th, 2016
debugger: The error shown above might be caused by invalid breakpoint
Nov 12th, 2016 at 10:06pm
Print Post  
Hi,

I tried to write the values of some variants to the Expressions window:


however, when trying to compile I get an error for each of the breakpoints such as the following:
Quote:
RingNumber = atoi(subStr(MyString, ",", 1));
debugger: The error shown above might be caused by invalid breakpoint syntax or the board is not yet supported for debugging (pls let us know!)


I'm running the code on:
BN: Arduino/Genuino Micro
VID: 2341
PID: 8037

is it me? Roll Eyes

TIA!
Best,
Ram

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


Posts: 12138
Location: United Kingdom
Joined: Apr 10th, 2010
Re: debugger: The error shown above might be caused by invalid breakpoint
Reply #1 - Nov 12th, 2016 at 11:08pm
Print Post  
1)
Does the code compile without the break point?

2)
Does the Micro support serial is you add your own serial messages?

3)
Switch on the verbose build and post or email (info[at]visualmicro.com) the project_name.cpp that is found in the temp build folder.

4)
Post or email the verbose output so we can see the full error and the build info.

Thanks



« Last Edit: Nov 12th, 2016 at 11:09pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint