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 Expression window - Min/Max column (Read 3252 times)
cybermec
Junior Member
**
Offline


Posts: 19
Joined: Jun 3rd, 2013
Expression window - Min/Max column
Jul 20th, 2013 at 9:56pm
Print Post  
Hello,
When using debugger expression window, columns MIN and MAX are never filled in. Is there any condition to have these columns calculated?
Thanks for your help
Regards
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Expression window - Min/Max column
Reply #1 - Jul 20th, 2013 at 9:58pm
Print Post  
Hi,

They don't fill for floats at the moment. Best short term solution is to multiple the float then cast as long. Something like this

Code
Select All
{(long) (myFloat*1000)} 



Hope that helps
  
Back to top
IP Logged
 
cybermec
Junior Member
**
Offline


Posts: 19
Joined: Jun 3rd, 2013
Re: Expression window - Min/Max column
Reply #2 - Jul 20th, 2013 at 9:59pm
Print Post  
Thank you very much
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint