• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

watch

 
Project Updated:
Files Updated: Mon, Jul 27 2009
Supports Game Version: 3.1.0
Category: Development Tools
Tags:

[Edit Tags]

Project Manager: watchout
Additional Authors: No additional authors
Current Version: 0.1
License: GNU General Public License version 3 (GPLv3)
Development Site: CurseForge
Avg Daily DL (last 30 days): 0
Downloads Total: 122
Favorites: 1
Comments: 0
  • About watch
  •  

This addon is a development addon that lets you display contents of variables and continually updates the result.

Features

  • Continuous colored output of values, tables, selected functions/methods, and ui objects
  • Left-Click any key of a table to open a new watcher watching for this key
  • Try /rewatch after reloading your ui, you'll love it
  • Use your scrollwheel...
  • Right-Click the title bars for a dropdown menu
  • The white square in the lower right corner of a watcher window is actually a resize-handle... sorry for the missing texture. Window sizes are saved through sessions

Slash-Commands

/watch [expression]
Watches defined expression, if you skip the expression part, it will watch for "nil" wich is quite useless though.
/unwatch <id>
Removes a watcher with <id>, ID's are shown in the watcher window title as a number between ((double parentheses)).
/rewatch
Restores watchers from the last session. This might yield unexpected results if called more than once ...

Useful info

  • You can watch for invalid expressions that might become valid sometime (or never, though that's not really useful), like MyAddonTable.frameindex:GetTop() might throw an error normally if the frame does not exist. This error will even be printed in the watcher frame, but if you create it during your session, the watcher will print the correct value.
  • Syntax errors should be detected when executing the slash command and should prevent generating a watcher.
  • Your expression will result in parsing a code like "return {expression}" (the curly braces are really there)

Stuff that is planned

  • Use a timer lib for updating, but do not use LibStub, so it will work even if a future untested version of the timer brought in from another addon is bugged. This is a debugging addon, it would be a shame if it was not working due to such an issue.
  • Show/Hide unsafe functions - Often you actually don't care about table values that contain functions, especially those that are not listed as safe methods, so I'd like to add an option to the dropdown to hide/show those
  • Change expression - Just a dropdown menu item to change the expression
  • A scrollbar... well...
  • Highlight lines that change (I already know how to do it, just can't decide on the color... :D)
  • Downloads (1)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  watch 0.1 Beta 3.1.0 120 7/27/2009
  • 1 page(s)
  • Screenshots (2)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Addon Packs Containing watch

Most Downloads / Day

watch has not been added to any Addon Packs yet.

  • Similar Addons
  •  

Average downloads per day

  1. 437 Addon Control Panel Libraries, Development Tools...
  2. 345 !BugGrabber Development Tools
  3. 136 BugSack Development Tools
  4. 28 LibOOP Libraries, and Development...
  5. 22 MpqViewer Data Export, and Development...