Changes between Version 1 and Version 2 of DeveloperDocumentation
- Timestamp:
- 06/25/08 15:06:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperDocumentation
v1 v2 1 * Check out the plugin of choice in Eclipse 1 == How to debug a Firefox/Thunderbird plugin == 2 3 * Check out the Dragontalk plugin of choice in Eclipse 2 4 * Use build.xml to build the plugin 3 5 * Install the plugin in Firefox/Thunderbird 4 6 * Install [http://developer.mozilla.org/en/docs/Venkman Venkman] (!JavaScript debugger) in Firefox/Thunderbird 5 7 * Open Venkman (Tools/!JavaScript Debugger) 6 * unfinished 8 * Deselect "Debug/Exclude Browser Files" 9 * Search for "DFKI" in Loaded Scripts pane 10 * Open a script of your choice 11 * Set a breakpoint (single click left from source line) 12 13 Using the debugger to step through the plugin's and Mozilla's code is probably simpler than going through docs. 14 15 If you want to add new functionality, have a look at the numerous existing Firefox/Thunderbird plugins to get an idea how things are done.