From 5c0b814df7e75535d73d1553428748d130864839 Mon Sep 17 00:00:00 2001 From: Darcy Clarke Date: Tue, 8 Aug 2017 14:07:40 -0400 Subject: [PATCH] Update inspector.md Added rawkit to the list of available/optional means of opening the Chrome Developer Tools for debugging. --- locale/en/docs/inspector.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locale/en/docs/inspector.md b/locale/en/docs/inspector.md index 1aabe6fa6cab5..9e4f7199f6986 100644 --- a/locale/en/docs/inspector.md +++ b/locale/en/docs/inspector.md @@ -34,6 +34,8 @@ These commercial and open source tools make debugging Node.js apps easier. are listed. Then select your Node.js app from the list. * **Option 2**: Install the Chrome Extension NIM (Node Inspector Manager): https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj +* **Option 3**: Install the NPM package rawkit: + https://github.com/darcyclarke/rawkit ### [VS Code](https://github.com/microsoft/vscode) 1.10+