Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mochamocha debugには、と同じようにでテストを実行するオプションがあり、コンソールnode debug内でデバッグできます。REPL
mocha debug
node debug
REPL
Hapi LabREPLでデバッグするにはどうすればよいですか?
node debug node_modules/.bin/lab *.js@matt-harrisonが言ったように、私はただ走らなければなりません。
node debug node_modules/.bin/lab *.js
唯一のヒントは次のとおりです。デバッグ時にカバレッジを使用しないでください。カバレッジによって元のコードが変更され、デバッグが困難になるためです。