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?
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: