Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nodejs debug build #891

Open
wemeetagain opened this issue Nov 10, 2023 · 1 comment
Open

Support nodejs debug build #891

wemeetagain opened this issue Nov 10, 2023 · 1 comment
Labels
feature request New feature or request to improve the current logic needs eyes

Comments

@wemeetagain
Copy link

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.

@wemeetagain wemeetagain added feature request New feature or request to improve the current logic needs triage labels Nov 10, 2023
@nikolai-laevskii
Copy link
Contributor

Thank you for submitting a feature request! We will investigate feasibility and details of implementation and come back to you with the feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic needs eyes
Projects
None yet
Development

No branches or pull requests

2 participants