- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,842 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
_Dev
- 0 Likes
- World of Warcraft
- 4,603 Downloads
- Supports: 4.3
- 1 Average Daily Downloads
- Comments
- Created 6/7/2009 12:11:04 AM
- Updated 11/29/2011 6:25:59 PM
- 5 Favorites
- Project Site
- License: GNU General Public License version 3 (GPLv3)
- Release Type: Release
- Newest File: _Dev 4.3.0.1
About _Dev
_Dev combines many small addon development tools into one addon, similar to Iriel's DevTools addon. It includes a text-based stats display for framerate, memory, and latency; allows frames to be highlighted and tracked even when hidden or off-screen; can print data structures neatly to chat frames; includes a mouse-over frame identifier that can also outline and print details for found frames; and features a few other useful tools.
Details
- Adds the slash command “/togglemod <Name>” to toggle on and off the addon called <Name>. May reload the UI if necessary.
- Adds a key binding to open the shortest available /script-like slash command.
- Adds a key binding for reloading the user interface.
- Unescapes pipe characters (“|”) from /script commands.
- Implements
table.count( <Table> )function to count the number of elements in both arrays and hash tables. - Implements
math.round( <Float> [, <Precision> ] )function to round a given<Float>number to one with<Precision>decimal places. - Shrinks the console font size to 12pt.
- Disables the console key unless <CTRL> is held, allowing tildes (“~”) and grave accents (“`”) in the console and other edit boxes.
Dump
Outputs a detailed view of a data structure to the default chat frame in a format similar to Lua.
- Adds the slash command “/dump <Expression>” to dump the result of executing any RValue <Expression>.
- Implements
dump( <LValue>, … )to print…with the title<LValue>. To demonstrate the use of<LValue>, the calldump( "ChatFrame1", ChatFrame1 )would produce the results found in the second example screenshot below. - Optionally escapes all pipe characters and non-printable bytes found in printed strings.
- No infinite recursion: If a table is encountered more than once, the second instance will display as a reference to the first.
- Recognizes UIObject tables and prints their names and widget types accordingly.
- Optional protective limits for execution time, table length, string length, and table nest depth.
- Optimized for fast execution speed.
- Can optionally avoid recursing into the global environment
_Gvariable.
Outline
Allows frames to be outlined to track their positions and boundaries, even when hidden or off-screen.
- Adds the slash command “/outline [ <Frame> ]” to toggle <Frame>'s outline on and off, or remove all outlines if no frame is given.
- Implements
outline( <Region> [, <DefaultName> ] )to toggle<Frame>'s outline.<DefaultName>specifies the name to print in case the region has none. - Multiple colors for multiple outlines helps tell frames apart.
- Frames cannot be outlined more than once at a time.
- Borders are always visible, no matter where the target frame is or what it's under.
- For frames that go off-screen, a tracking arrow appears at the screen edge to point at it.
Stats
Adds a small transparent string of stats to the top left of the WorldFrame. This display includes framerate, latency, and total interface memory consumption.
Events
Adds an “AddOn Messages” sub-menu to the chat frame tab dropdown to enable the display of escaped CHAT_MSG_ADDON events. These addon messages look similar in format and color to their corresponding chat channel messages.
Frames
A spiritual successor to Itchy's FrameFinder addon from long ago, Frames highlights the frame focused under your mouse. This incarnation, however, is designed to not cripple gameplay while active. In addition to identifying mouse focus frames, this module also implements Dumping and Outlining said frames with mouse clicks.
- Adds a key binding to toggle frame highlighting.
- Adds the slash command “/frames” to toggle frame highlighting.
- Hold <ALT> to enter interactive mode, where the highlight cannot be moved, but can be explored using the mouse buttons.
- Left click to Outline the frame.
- Right click to print a summary of the frame's name along with its parent's name.
- Middle click to Dump the frame's table.
Options
All of _Dev's and its modules' options can be configured through the _Dev pane in the Interface Options menu. Use the slash command “/dev” to open the options pane directly.
- 4.3.0.1: Updated for 4.3.
- 4.2.0.1: Updated for 4.2.
- 4.1.0.1:
- Stats display now shows World latency instead of Home (chat) latency.
- Added 4.1's new officer chat channel to the “AddOn Messages” dropdown menu.
- 4.0.0.2: Updated dropdown menus for compatibility with patch 4.0.1.
- 4.0.0.1: Updated for Cataclysm Beta.
- 3.3.0.2: Removed Drundia's fix for ScrollingChatMessage:AddLine from “Fix ScrollingMessageFrame Lag”, since the slowdown issue has mostly disappeared.
- 3.3.0.1:
- Removed the unused event pulse feature.
- Dump.Explore won't break anymore when its LValue parameter isn't a string.
- The Events module now escapes outbound addon messages properly.
- 3.2.0.1:
- Now loads with the Blizzard_DebugTools addon.
- Replaces the “/dump” command from Blizzard_DebugTools.
- Dump can now handle vararg input.
- 3.1.0.1: Initial release.
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| _Dev 4.3.0.1 | Release | 4.3 | 15 | 11/29/2011 6:25:59 PM |
| _Dev 4.2.0.1 | Release | 4.2 | 613 | 6/28/2011 2:25:48 PM |
| _Dev 4.1.0.1 | Release | 4.1 | 485 | 4/26/2011 12:25:59 PM |
| _Dev 4.0.0.2 | Release | 4.0.1 | 888 | 10/12/2010 5:31:39 PM |
| _Dev 3.3.0.2 | Release | 3.3.0 | 349 | 3/23/2010 3:14:43 PM |
| _Dev 3.3.0.1 | Release | 3.3.0 | 609 | 12/8/2009 2:32:45 PM |
| _Dev 3.2.0.1 | Release | 3.2.0 | 1,439 | 8/4/2009 4:15:39 PM |
| _Dev 3.1.0.1 | Release | 3.1.0 | - | 6/7/2009 8:43:33 PM |






Comments