Page 1 of 1
[Implemented] Debugger should show values of all variables
Posted: Tue Dec 10, 2002 8:13 am
by BackupUser
Restored from previous forum. Originally posted by Froggerprogger.
The Debugger-Window should show the values of all variables used in procedures, and of all variables used in structures.
Further it would be cool to show a menu with the name of an array, whose elements are shown by mouseclick. Same for lists.
(well, it's christmas, and you have no present for me, yet.)
Purebasic - what a nice name for a girl-friend
Posted: Tue Dec 17, 2002 3:43 am
by BackupUser
Restored from previous forum. Originally posted by TheBeck.
Christmas is on 10 Dec in Germany?

Posted: Fri Dec 27, 2002 1:10 pm
by BackupUser
Restored from previous forum. Originally posted by qdriver.
Hi to all,
Is it possible to add the functionalety to change variable contents during the debugging ?
bye
Posted: Fri Dec 27, 2002 1:31 pm
by BackupUser
Restored from previous forum. Originally posted by PB.
> Is it possible to add the functionalety to change variable contents
> during the debugging ?
Maybe, but what is the point? Once you change the value of a variable
in a running app, then the entire debug process is compromised, as the
variable no longer holds a value from the natural runtime process.
Posted: Fri Dec 27, 2002 2:48 pm
by BackupUser
Restored from previous forum. Originally posted by tranquil.
@PB:
Sometimes it is possible that this is helpfull for debugging and trying.
Mike
Tranquilizer/ Secretly!
http://www.secretly.de
Registred PureBasic User
System: Windows 2000 Server, 512 MB Ram, GeForce4200 TI 128 MB DDR, Hercules Theater 6.1 DTS Sound
System 2: Mobile Pentium 4 2.4GHz 512 MB DDR GeForce4 420-32, Windows XP Home
Posted: Sat Dec 28, 2002 4:26 pm
by BackupUser
Restored from previous forum. Originally posted by qdriver.
Hi PB,
tranquil got it. Normaly you don't need it but during the development of a programm can easily change a value to test a routine you never run trough . For example a error case.
bye
Qdriver