From 8e21cade7713236511bf26c1558b3e528920cd8f Mon Sep 17 00:00:00 2001 From: Martin Reinhardt Date: Wed, 19 Dec 2018 13:51:15 +0100 Subject: [PATCH] [IMPROVE] Adding debugging instructions in README (#12989) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bb3bcee0e0d3..3b613516f135 100644 --- a/README.md +++ b/README.md @@ -414,6 +414,13 @@ meteor npm install meteor npm start ``` +In order to debug the server part use [meteor debugging](https://docs.meteor.com/commandline.html#meteordebug). You should use Chrome for best debugging experience: + +```sh +meteor debug +``` +You'll find a nodejs icon in the developer console. + If you are not a developer and just want to run the server - see [deployment methods](https://rocket.chat/docs/installation/paas-deployments/). ## Branching Model