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 micro disassembly (Read 4137 times)
Jo Sto
Ex Member
*


micro disassembly
Dec 28th, 2014 at 10:17pm
Print Post  
Today I noticed the following: microdissasembly only works with arduino 1.0.x. With arduino 1.5.x is either empty or content is from the last project compiled with 1.0.x
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12190
Location: United Kingdom
Joined: Apr 10th, 2010
Re: micro disassembly
Reply #1 - Dec 29th, 2014 at 12:36am
Print Post  
ok, thanks for the report. It should be in the next sp
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12190
Location: United Kingdom
Joined: Apr 10th, 2010
Re: micro disassembly
Reply #2 - Jan 11th, 2015 at 4:02am
Print Post  
Thanks for the tip. You were right it was silently failing for 1.5.x and showing the latest successful version.

Fixed in the beta on the downloads page (1412.10 sp4)

The intellisense has also changed slightly in the release I will be interested to know if you see any false intellisense errors.

Thanks again
« Last Edit: Jan 11th, 2015 at 4:02am by Tim@Visual Micro »  
Back to top
IP Logged
 
Jo Sto
Ex Member
*


Re: micro disassembly
Reply #3 - Jan 11th, 2015 at 4:37pm
Print Post  
Microdisassembly works now.
Intellisense is better. False errors at
ISR(TIMER4_OVF_vect) (some statements within the isr function have been marked)
and
print(F("xxx")) (the "F" was marked)
that were there in the previous versions, are gone now

No Visual Micro problem:
The marking of unknown words within comments (mine are in german) is also annoying. Can I suppress it?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12190
Location: United Kingdom
Joined: Apr 10th, 2010
Re: micro disassembly
Reply #4 - Jan 11th, 2015 at 5:04pm
Print Post  
Hi Jo,

Thanks for the testing.

You can switch off c++ "spell checking in comments" within the vs ide options or visualassistx options of atmel studio
« Last Edit: Jan 11th, 2015 at 5:04pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint