From 75d9229793eed6fda149956cc70c25124dc4bf44 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Mon, 15 Apr 2013 06:52:32 +0200 Subject: [PATCH] README: added how to enable debugging output --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a52c715..57186c7 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,14 @@ correct data type. 91 tests complete (50 seconds) ``` +# Debugging + +You can enable some protocol debugging output using `NODE_DEBUG` environment variable: + +```bash +NODE_DEBUG="minecraft-protocol" node [...] +``` + ## History ### 0.9.0