Helps debugging sqlite.
Details
Details
Check if button works
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I suspect this is going to throw an error if you close the window without closing the whole app (macOS-style) and run the new menu option. You could probably use the global mainWindow for inspectSharedWorker (with a check if it exists) instead.
desktop/src/main.js | ||
---|---|---|
65 ↗ | (On Diff #28253) | We show the normal dev tools unconditionally, so I think we can also do that for release. It might help with debugging |