Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:client_coding:building_the_desktop_app [2024/01/24 01:45] – [Build Steps] dstillmandev:client_coding:building_the_desktop_app [2024/07/20 03:00] (current) – [Helper Script] dstillman
Line 43: Line 43:
   * ''-ZoteroDebugText'' or ''-ZoteroDebug'' enable [[:debug_output#logging_to_a_terminal_window|real-time debug output]] from ''Zotero.debug()''   * ''-ZoteroDebugText'' or ''-ZoteroDebug'' enable [[:debug_output#logging_to_a_terminal_window|real-time debug output]] from ''Zotero.debug()''
   * ''-jsconsole'' will open the Error Console (Tools → Developer → Error Console)   * ''-jsconsole'' will open the Error Console (Tools → Developer → Error Console)
 +  * ''-jsdebugger'' starts the Firefox Browser Toolbox for [[developer_tools|debugging]], if Zotero was built with devtools enabled; not available in release builds
   * ''-ZoteroSkipBundledFiles'' skips style and translator initialization, which speeds up startup time after rebuilding if you're working on something that doesn't require styles or translators   * ''-ZoteroSkipBundledFiles'' skips style and translator initialization, which speeds up startup time after rebuilding if you're working on something that doesn't require styles or translators
-  * ''-debugger'' starts the Mozilla DevTools server for [[developer_tools|remote debugging]], if Zotero was built with devtools enabled; not available in release builds+
 ==== Helper Script ==== ==== Helper Script ====
  
Line 60: Line 61:
  
   * ''-r''  Rebuild (calling `npm run build` automatically if `npm start` isn't running)   * ''-r''  Rebuild (calling `npm run build` automatically if `npm start` isn't running)
-  * ''-b''  Skip bundled styles and translators +  * ''-d''  Include Firefox Developer Tools in a rebuild and open the Browser Toolbox 
-  * ''-d''  Start the devtools server for [[developer_tools|remote debugging]] +  * ''-b''  Skip bundled styles and translators — avoids extra work at startup if not needed
 ===== Running Zotero Plugins ===== ===== Running Zotero Plugins =====
  
dev/client_coding/building_the_desktop_app.1706078709.txt.gz · Last modified: 2024/01/24 01:45 by dstillman