nmaxcom / debugtron

A command line tool to debug in-production Electron based app

Home Page:https://www.npmjs.com/package/debugtron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debugtron npm

Debugtron is a command line tool to debug Electron based app.

Installation

npm install -g debugtron

You can also run npx debugtron to use it directly.

Usage

debugtron

This command will list all possible Electron based apps installed, then you can select which app to debug.

If you want to debug specific app, run

debugtron [appPath]

For example:

debugtron /Application/Slack.app           # macOS
debugtron ~/AppData/Local/slack/slack.exe  # windows

License

MIT

About

A command line tool to debug in-production Electron based app

https://www.npmjs.com/package/debugtron

License:MIT License


Languages

Language:TypeScript 89.5%Language:JavaScript 8.2%Language:CSS 1.4%Language:HTML 0.9%