Details

I am trying to contribute to node.js development.

I have picked up an issue in the tracker, but dont know how to investigate . And I could not add traces to the c++ module that has the issue.

Is there any place where I could find basic information about the way to debug node.js ( trace, log, debugger) ?

The way I tried to add traces :

#include
//(…)
std::cout << value;
But the trace does not show. I have a Windows system and run node from git bash with command : winpty node.

Is there something I miss to be able to use iostream in my configuration?

Node.js version

v22.0.0-pre

Example code

No response

Operating system

Windows 11

Scope

code

Module and version

Not applicable.



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *