View Single Post
10-19-12, 03:54 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Easy way to get a list of your addons:

1. Browse to your addons folder.
2. Hold shift and right-click inside the explorer window, but not on a folder.
3. Select "Open command window here".
4. In the command window that pops up, type @dir /on /ad /b > addonlist.txt and press Enter.
5. Close the command window.
6. Now open the "addonlist.txt" file that appears in your addons folder, and copy its contents.

Faster way to track down which addon is causing a problem:

1. Enable half of your addons, disable the other half, and log in.
3. If the problem does not occur, log out, disable all enabled addons, and enable the other half.
4. If the problem does occur, log out, disable half of the enabled addons, and log in.
5. Repeat until you have narrowed it down to 1 addon that causes the problem.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote