You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Justification:
Especially when dealing with packages using native code, debugging a bug in a nodejs application can require inspecting native stack traces and having better debuggability at the native layer.
Description:
Support using a debug and asan build of nodejs thru this action.
See https://github.com/nodejs/node/blob/main/BUILDING.md#building-a-debug-build and https://github.com/nodejs/node/blob/main/BUILDING.md#building-an-asan-build
Justification:
Especially when dealing with packages using native code, debugging a bug in a nodejs application can require inspecting native stack traces and having better debuggability at the native layer.
Example usecase:
Are you willing to submit a PR?
Possibly? If a maintainer can help point out what to do at a high level, I'm willing to spend a few hours.
The text was updated successfully, but these errors were encountered: