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 mode not working. (Read 5100 times)
Hemal
Newbies
*
Offline


Posts: 3
Location: India
Joined: Mar 1st, 2013
Debug mode not working.
Mar 29th, 2013 at 6:21am
Print Post  
I'm using arduino v1.0.4
and 1.1212.30 visual micro
previously I was using arduino v1.0, but looking at the forums, 1.0.4 works for most so upgraded, but problem still persists.

Compiling and uploading works in release mode but I get the following errors in debug mode(micro debug :full)

Code
Select All
Compiling 'Blink_debug' for 'Arduino Mega 2560 or Mega ADK'
Binary sketch size: 1574 bytes (of a 258048 byte maximum) (0.3410195 secs)
Compiling debug version of 'Blink_debug' for 'Arduino Mega 2560 or Mega ADK'
Blink_debug.ino : In file included from
VM_DBG.h : No such file or directory
VM_DBG.cpp : In file included from
VM_DBG.h : No such file or directory
VM_DBG.cpp : In file included from
VM_DBG.h : 'uint8_t' does not name a type
VM_DBG.h : 'uint8_t' does not name a type
VM_DBG.h : 'byte' does not name a type
VM_DBG.h : 'uint8_t' does not name a type
VM_DBG.h : 'uint8_t' does not name a type
VM_DBG.h : ISO C++ forbids declaration of 'HardwareSerial' with no type
 


the list is longer, it exceeded max characters
Any suggestions?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Debug mode not working.
Reply #1 - Mar 29th, 2013 at 7:29am
Print Post  
Are you sure you installed the correct debugger version? Which one did you install?
  
Back to top
WWW  
IP Logged
 
Hemal
Newbies
*
Offline


Posts: 3
Location: India
Joined: Mar 1st, 2013
Re: Debug mode not working.
Reply #2 - Apr 4th, 2013 at 1:06pm
Print Post  
Sorry for such a late reply, I was not notified, any way,
I installed ArduinoForVisualStudio.msi and VisualMicroDebugUpgrade1211_11.msi , i have visual2010 ultimate.
  
Back to top
 
IP Logged
 
Hemal
Newbies
*
Offline


Posts: 3
Location: India
Joined: Mar 1st, 2013
Re: Debug mode not working.
Reply #3 - Apr 4th, 2013 at 1:19pm
Print Post  
Its working now after doing uninstall and install.
Thanks a ton for such a beautiful piece of software.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint