You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.4.81: Complete error context and configurable debug logging :release
- Fixed missing file/line info in error messages (e.g., TButtonLit.js:8:1)
- Added comprehensive debug logging system for CDP protocol analysis
- Configurable debug output to terminal and/or log file
- Distinct [DEVMIRROR:] prefix for internal debug messages
- New debug options: logExceptions, logConsoleAPI, logLogEntries, logRawCDP
- Optional logToConsole control (default: true) for terminal output
This release ensures all errors include complete context and provides
powerful debugging tools for troubleshooting CDP protocol issues.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
DevMirror is a VS Code extension that captures browser console output to timestamped log files using Chrome DevTools Protocol (CDP) or Adobe CEF debugging.
8
8
9
-
## Current Features (v0.4.80)
9
+
## Current Features (v0.4.81)
10
10
11
+
-**Complete Error Context** - All errors now include file name, line and column numbers
12
+
-**Configurable Debug Logging** - Advanced CDP protocol debugging for troubleshooting
11
13
-**Complete Console Capture** - Logs all console messages with formatted arrays/objects as foldable JSON
12
14
-**Enhanced Formatting** - Arrays and objects display as multi-line, indented JSON for better readability
13
15
-**Console.table() Support** - Displays as formatted ASCII tables with all object properties as columns
@@ -97,6 +99,39 @@ Logs are written to `./devmirror-logs/` folder with timestamps.
97
99
| autoOpenBrowser | boolean | Open browser in CEF mode | false |
0 commit comments