Node.js - Debugging and Profiling
What will be the output in Chrome DevTools console if you run Node.js with
node --inspect app.js and set a breakpoint inside a function that logs 'Hello'?