Autowatch variables in current scope

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Godai
Enthusiast
Enthusiast
Posts: 171
Joined: Thu Oct 05, 2006 8:13 pm

Autowatch variables in current scope

Post by Godai »

Like Developer Studio. Sure hover thing is nice, but slow. Adding variables to watch is a pain right now IMHO.
Just autoshow variables in current scope. That would bring the debugger up alongside Developer Studio which has one of the greatest integrated debuggers :)
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Autowatch variables in current scope

Post by PB »

> hover thing is nice, but slow

Yep. ToolTips should have a 500ms delay, IMO. One second is far too long.
In all my apps I change my ToolTips to be 500ms after creation. :)
Post Reply