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
Variables windows during debug [message #6902] Mon, 04 December 2006 00:55 Go to previous message
g00fy is currently offline  g00fy
Messages: 15
Registered: December 2006
Location: Mechelen, Belgium, Europe
Promising Member
During debug you see variables in the bottom of the screen.

What I am suggesting is to:

1/ sort them, and sort their inner variables too (also during exploring).

2/ In Auto's window: Show the result of the last completed function. And if for example it's code like:

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
 
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: Fri May 10 00:12:10 CEST 2024

Total time taken to generate the page: 0.03536 seconds