[Implemented] Debugger should show values of all variables

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

[Implemented] Debugger should show values of all variables

Post 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
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by TheBeck.

Christmas is on 10 Dec in Germany? :wink:
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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
Post Reply