-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDebugging.txt
More file actions
46 lines (39 loc) · 1.35 KB
/
Debugging.txt
File metadata and controls
46 lines (39 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
DEBUGGING
CEP Extension Folder
Product extension folder
• Win(x86) : C:\Program Files\Adobe\<Bridge Product Folder>\CEP\extensions
• Win(x64) : C:\Program Files\Adobe\<Bridge Product Folder>CEP\extensions
• Mac: /Applications/<Bridge Product Folder>/CEP/extensions
System extension folder
• Win(x86): C:\Program Files\Common Files\Adobe\CEP\extensions
• Win(x64): C:\Program Files (x86)\Common Files\Adobe\CEP\extensions, and C:\Program Files\Common
Files\Adobe\CEP\extensions (since CEP 6.1)
• Mac: /Library/Application Support/Adobe/CEP/extensions
Per-user extension folder
• Win: C:\Users\<USERNAME>\AppData\Roaming\Adobe\CEP\extensions
• Mac: ~/Library/Application Support/Adobe/CEP/extensions
CEP Log Folder
• Win: C:\Users\<USERNAME>\AppData\Local\Temp
• Mac: /Users/<USERNAME>/Library/Logs/CSXS
CEP****.log <-> CEP<versionNumber>-<HostID>.log <-> CEP9-KBRG.log
Registry Edits
* Location
• Win: regedit > HKEY_CURRENT_USER/Software/Adobe/CSXS.9
• Mac: /Users/USERNAME/Library/Preferences/com.adobe.CSXS.9.plist
* Logging
** Levels
• 0 - Off (no logs are generated)
• 1 - Error (the default logging value)
• 2 - Warn
• 3 - Info
• 4 - Debug
• 5 - Trace
• 6 - All
** Registry Key
• LogLevel
* Signing
** Levels
• 0 - Off (all extensions have to be signed)
• 1 - Error (all extesions load)
** Registry Key
• PlayerDebugMode