1.0.14 • Published 7 years ago

rdebug v1.0.14

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago