etherpad-lite/bin
Luiza Pagliari 59cae81152
[chore] Allow debug mode on node versions >= 6.3 (#3527)
I've tried to install `node-inspector` using Node 8 and it looks like it is not supported. 

According to the [documentation of that tool](https://www.npmjs.com/package/node-inspector):

> Since version 6.3, Node.js provides a built-in DevTools-based debugger which mostly deprecates Node Inspector (...). The built-in debugger (...) provides certain advanced features (...) that are too difficult to implement in Node Inspector.

As [we require nodejs >= 6.9.0](https://github.com/ether/etherpad-lite#requirements), and as [`node-inspector` only works on Chrome and Opera](https://www.npmjs.com/package/node-inspector#debug), it looks like a good approach to remove the dependency of that tool and use Chrome DevTools directly. Besides, [there are other tools available](https://nodejs.org/en/docs/guides/debugging-getting-started/#inspector-clients) for debugging, if Chrome is not an option.

This PR also allow external connections to the inspector, so Etherpad instances running on containers can also be debugged. [There are obviously some risks to leave that opened on public IPs](https://nodejs.org/en/docs/guides/debugging-getting-started/#exposing-the-debug-port-publicly-is-unsafe), but I assumed no instance would run on debug mode for the final user.
2018-12-22 10:28:50 -02:00
..
deb-src cp readme on build 2013-11-24 13:08:26 +00:00
doc Update package.json 2017-11-20 08:46:24 +00:00
buildDebian.sh Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
buildForWindows.sh Updated node version for windows to 8.9.0 2017-11-04 17:02:25 +01:00
checkAllPads.js checkAllPads: Increase performance/resilience 2018-03-09 14:02:22 +01:00
checkPad.js Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
cleanRun.sh cleanRun.sh: get rid of "Bad substitution" error 2018-08-17 22:22:14 +02:00
convert.js Use current mysql client API 2015-05-30 15:14:40 +02:00
convertSettings.json.template Fixed some problems with the database convertion 2011-11-25 17:56:50 -08:00
createRelease.sh createRelease.sh: deprecate the script. It will be removed or modified. 2018-08-17 00:09:25 +02:00
debugRun.sh [chore] Allow debug mode on node versions >= 6.3 (#3527) 2018-12-22 10:28:50 -02:00
deletePad.js Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
dirty-db-cleaner.py Try/catch to skip invalid JSON in dirtyDB 2018-11-03 00:12:08 +01:00
extractPadData.js Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
importSqlFile.js Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
installDeps.sh installDeps: no need to download jquery at starting time. Remove curl dependency 2018-10-07 18:56:28 +02:00
installOnWindows.bat skins: replace {js,css}.template with actual files. Simplify startup scripts. 2018-08-26 21:17:04 +02:00
migrateDirtyDBtoRealDB.js migrateDirtyDBtoRealDB: disabled write buffer, #2214 2018-11-27 21:18:40 +01:00
rebuildPad.js Give better error message when rebuildPad.js hits a non-existing rev. 2015-10-07 12:42:19 +02:00
repairPad.js Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
run.sh Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
safeRun.sh Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
updatePlugins.sh cleaner update logic doesnt error when nothing to do 2015-04-26 14:42:21 +01:00