We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debug.js
1 parent 904bf67 commit f9f578aCopy full SHA for f9f578a
1 file changed
helpers/debug.js
@@ -11,6 +11,6 @@ const options = {};
11
// options.config = { name: 'Total.js' };
12
// options.sleep = 3000;
13
// options.inspector = 9229;
14
-// options.debugger = 40894;
+// options.watch = ['private'];
15
16
require('total.js/debug')(options);
0 commit comments