Page 1 of 1

[Implemented] Debugger and PB fixes

Posted: Fri Jan 11, 2002 8:55 pm
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).

Posted: Sat Jan 12, 2002 1:32 am
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