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: Other Features Wishlist and/or Bugs » Variables windows during debug
Re: Variables windows during debug [message #6936 is a reply to message #6902] Tue, 05 December 2006 13:23 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
g00fy wrote on Sun, 03 December 2006 18:55


int func(int i) { return i*2; }
=>
i = 10;
func( func( func(i) ) );


Then it should show:
func returns         20
func returns         40
func returns         80
i                    10


So basically it's like: show return of each function + the variables used in those function calls...


This behaviour reflects the one of Visual Studio IDE.


Greetz Wink
Steven


Well, unfortunately, TheIDE's option there are somewhat limited by the library MS provides to retrieve the debug info from executables and also by documentation provided for that library... Smile

In reality, debugger is useful, but very often U++ LOG is better tool to for debugging. For GUI code, it is often the only option.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Ctrl Documentation Bug?
Next Topic: Browse button to find myapps location
Goto Forum:
  


Current Time: Thu May 23 09:24:16 CEST 2024

Total time taken to generate the page: 0.02358 seconds