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 » Watching global variables in IDE debugger with MSC7-1
Re: Watching global variables in IDE debugger with MSC7-1 [message #294 is a reply to message #293] Wed, 07 December 2005 13:16 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14265
Registered: November 2005
Ultimate Member
I think I should explain where the problem really is: To display global variable, you have to find the global symbol address and type info. Now there is specific function in dbghelp.dll to do this, but it has nasty trait that when symbol is not found, it peforms very slowly (I do not know why, perhaps it is trying to find the symbol using other ways...).

Second option there is to load all global symbols and create database in the debugger. Once again, function is there, but is slow (5-10s if I remember well).

Maybe the solution would be to load global symbols on demand.... Ugly from user perspective, but maybe the best of bad solutions.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ArrayCrl - compiling error
Next Topic: Arguments of MS C++ Toolkit
Goto Forum:
  


Current Time: Sat Jul 05 14:16:34 CEST 2025

Total time taken to generate the page: 0.03351 seconds