RDebug
What is it?
This is a simple tool to syncronize help you control your dev environment remotely
What it includes?
- File and folder syncronization between client/server
- Auto refresh on code edit
How to install
npm install -g rdebug
How to run
rdebug --help
Usage: rdebug-v2 [options] [command]
Commands:
server [options] <path> Starts a new rdebug server
client [options] <path> Starts a new rdebug client
Options:
-h, --help output usage information
-V, --version output the version number
rdebug server --help
Usage: server [options] <path>
Starts a new rdebug server
Options:
-h, --help output usage information
-p, --port [number] The port of the server [3000]
-s, --autoStart Flag to start the project automatically after connection with client
-r, --autoRefresh Flag to refresh the project automatically after updates
rdebug client --help
Usage: client [options] <path>
Starts a new rdebug client
Options:
-h, --help output usage information
-p, --port [number] The port of the server [3000]
-h, --host [host] The host of the server [localhost]
-s, --sync Flag to syncronize files on startup
Next versions
- Pipe debug port
- Remote debug node
License
MIT