How to add debugger/breakpoint to nodejs file

Hi All,

How to add the debugger/breakpoint for nodejs files? I’m able to debug the react components by placing the breakpoint in sources tab in chrome developer console. Is there a way that I can debug the node typescript components?

Thanks in advance.

Hi @Satya, welcome to VTEX Community!

I don’t think there is anything specific to VTEX IO for Node.js debugging. You can probably apply any techniques that are usually applied in any development platform.

I’m not aware of any specific techniques, but I found this content that might be useful for you:

1 Like