Pages
Contents
Guide
Installation
| npm install --save-dev @xpulse/debug --registry=https://npm.xpulse.one |
CLI
| npx xpulse debug:events:list |
| npx xpulse debug:config:show |
| npx xpulse debug:routes:list |
| npx xpulse debug:packages:list |
| npx xpulse debug:app:bootstrap |
Commands only appear when their respective packages are installed.
Web Profiler
When debug=true and @xpulse/template is installed, the web profiler is active.
Toolbar is injected into HTML responses and links to:
/_debug/web-profiler/<traceId>/summary/
Profiler cache is stored per trace:
| var/cache/debug/_<traceId>/ |
| trace.json |
| packages/ |
| http.json |
| router.json |
| controller.json |
| template.json |
| events.json |
| logger.json |
| config.json |
| toolbar.json |