Graham Seed
Graham Seed

Reputation: 852

Debugging JS and Node.js In Eclipse 2022

Does anyone know of a good guide to debugging a JavaScript file/project using Node.js while using Eclipse 2022? I've seen a few articles but they all relate to previous versions of Eclipse and no longer seem applicable or work.

I can run a simple hello-world.js program at command-line [ node --inspect-brk hello-world.js] and then interact with Chrome's node.js debug tool [chrome://inspect/] but curious if this can all be done within Eclipse.

Upvotes: 1

Views: 399

Answers (0)

Related Questions