[Implemented] Debugger and PB fixes

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 and PB fixes

Post by BackupUser »

Restored from previous forum. Originally posted by tinman.

Is it just me or does the debugger never show the values of variables defined inside a procedure, even when you are currently stepping through that procedure?

While I've been browsing this forum I've found Fred giving URLs to fixed libraries. Wouldn't it be an idea to actually have links to these on the site, and perhaps even dates beside them so people can figure out if they need to download them (e.g. compare date of latest PB update and release date of lib).
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 just me or does the debugger never show the values of variables defined inside a procedure, even when you are currently stepping through that procedure?
No it doesn't, but it will if the variables are Global or Shared.


PB - Registered PureBasic Coder
Post Reply