Hi bro´n sis,
Its surelly nice that you can show variables of your program when running with enabled debugger! The only problem is that you will only see GLOBAL variables but not the one you are using in all your procedures. I know that every procedure can have the same variable names and that this will show a problem when planing to display ALL (!) variables in a debug window!
So, what about following idea to display the user ALL (!) variables in the debug window (even with ALL variables of ALL procedures). The output has to been advanced with a TreeGadget. This could look like following structure / output:
Code: Select all
[+]- Global
| |
| +-- col 216 long
| +-- x 600 long
| +-- y 480 word
|
[+]- Procedures
|
[+]- MyFirstProcedure()
| +- testval 23 byte
| +- quitval 12 long
|
[+]- MyNextProcedure()
+- testval 521 long
+- quitval 2 byte
+- power 48 word
greetz
MrVainSCL! aka Thorsten
PIII450, 256MB Ram, 80GB HD + 6,4 GB, RivaTNT, DirectX9.0, SB AWE64, Win2000 + all Updates...