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++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Debug watch not showing arrays?
Debug watch not showing arrays? [message #26291] Thu, 22 April 2010 07:53 Go to previous message
hojtsy is currently offline  hojtsy
Messages: 241
Registered: January 2006
Location: Budapest, Hungary
Experienced Member
The debugger is not showing my array's values. (?!) Surely this can not be good... Using v2232 on Vista64 with MSC9 Debug build method.
Can you have a look at this please?
Thanks,
Sandor
#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
	int a[3];
	a[0] = 2;
	a[1] = 3;
	Cout() << a[0];
}


index.php?t=getfile&id=2498&private=0
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: U++ 2232 compiler error
Next Topic: Buildtime defines such bmYEAR. Is it nessessary?
Goto Forum:
  


Current Time: Fri Apr 19 18:24:57 CEST 2024

Total time taken to generate the page: 0.05004 seconds