-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Need Debug Symbol (PDB) for Windows platform #5696
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.post-mortemIssues and PRs related to Node.js postmortem diagnostics.Issues and PRs related to Node.js postmortem diagnostics.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
Activity
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.post-mortemIssues and PRs related to Node.js postmortem diagnostics.Issues and PRs related to Node.js postmortem diagnostics.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Hey Guys,
Just noticed node.pdb was not shipped with the official node release. Can we please bring this back?
This is extremely helpful for postmortem debugging node application on windows platform. I don't like to build whole node because just want the PDB file.
thanks,
Wei