-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
IVG-Design edited this page Sep 22, 2025
·
2 revisions
Get DevMirror up and running in under 2 minutes.
Search "DevMirror" in VS Code Extensions, or install from the VS Code Marketplace.
Open any project with a package.json file.
- Look for DevMirror Scripts in the Explorer sidebar
- Find your dev script (e.g.,
dev,start,serve) - Click the plus (+) button next to it
- Done! Your
:mirrorscript is created with default settings
- Click the gear icon next to any script
- Configure your specific needs
- Click "Generate Configuration"
If using the wizard, these settings work for most projects:
| Setting | Value |
|---|---|
| Execution Mode | Run immediately |
| Start Trigger | When port opens |
| Target Mode | Auto-detect |
| Integration | Replace existing logger |
Click Generate Configuration.
Your package.json now has a new script:
"dev:mirror": "concurrently \"npx devmirror-cli\" \"npm run dev\""Run it:
npm run dev:mirrorCheck the devmirror-logs/ folder for captured console output.
- Read the Setup Wizard Guide for advanced options
- See Common Setups for framework-specific configurations
- Check Troubleshooting if you encounter issues
DevMirror v0.4.82 | GitHub | Issues | VS Code Marketplace
Capture 100% of browser console output with Chrome DevTools Protocol
v0.4.82