Jump to content


Photo

Scite4AutoHotKey Suggestion Debug Mode.


  • Please log in to reply
5 replies to this topic

#1 capbat

capbat
  • Members
  • 159 posts

Posted 13 September 2011 - 02:22 PM

Hi All

Suggestion:
I don't know if it is possible but here it is anyway.
It would be nice if we could monitor variables in debug mode.
I know that we can inspect them and we can us the variable list. But the variable lists includes ALL the variables and sometimes the variables we want to watch are at the bottom of the list. If we could select only some variables and have them in the list it would be faster to monitor while running. Something like a List of Selected Variables.

Tks

Bat

#2 Lexikos

Lexikos
  • Administrators
  • 8921 posts

Posted 15 September 2011 - 08:35 AM

This is often referred to as a "watch", as in "watch this variable". I agree it would be useful. Perhaps you should post a link to this thread in the SciTE4AutoHotkey thread to get fincs' attention.

#3 capbat

capbat
  • Members
  • 159 posts

Posted 15 September 2011 - 12:53 PM

Hi Lexikos.
I just did as you suggested, let see what happens.

Bat

#4 fincs

fincs
  • Fellows
  • 1556 posts

Posted 15 September 2011 - 03:42 PM

Thanks for the suggestion, I'll look into implementing it :)

#5 Guests

  • Guests

Posted 15 September 2011 - 03:59 PM

Tks fincs looking forward to futur updates.

Bat

#6 fragman

fragman
  • Members
  • 1591 posts

Posted 15 September 2011 - 10:11 PM

I think the debugging window could use some work anyway. I suggest a treeview combined with a listview/listbox right of it that shows the values of all visible keys. Maybe also a hotkey to open it faster.