Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » bug debugger does not display variable value correctly
bug debugger does not display variable value correctly [message #44587] Tue, 07 April 2015 15:00 Go to next message
aftershock is currently offline  aftershock
Messages: 143
Registered: May 2008
Experienced Member
Hi,


I had this in the ide.

for (int i=0;i<9;i++)
{


}

for (int i=0;i<89;i++)
{


}

if I hover over the second i and the execution is in the seoond loop, it does not display i correctly.

It shows the value of i of the first loop.

A.
Re: bug debugger does not display variable value correctly [message #44622 is a reply to message #44587] Sun, 26 April 2015 14:07 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
aftershock wrote on Tue, 07 April 2015 15:00
Hi,


I had this in the ide.

for (int i=0;i<9;i++)
{


}

for (int i=0;i<89;i++)
{


}

if I hover over the second i and the execution is in the seoond loop, it does not display i correctly.

It shows the value of i of the first loop.

A.


Well, I know about this for quite some time, but I am not sure I can fix that. To understand the issue, our ability is limited by what the debugging API gives us. I believe in this case, windows debugging api simply ignores second 'i'.

But I might be wrong. Will add to RM and try to investigate.
Previous Topic: Does the Zip class support modify zip archvie?
Next Topic: problem using http request with https
Goto Forum:
  


Current Time: Thu Mar 28 18:46:04 CET 2024

Total time taken to generate the page: 0.01372 seconds