Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
nodejs
/
node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
37.2k
Star
122k
Code
Issues
632
Pull requests
554
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[v14.x backport] debugger patches
- #39446
#39446
Closed
aduh95
wants to merge 24 commits into
nodejs:v14.x-staging
nodejs/node:v14.x-staging
from
aduh95:backport-debugger-patches
aduh95/node:backport-debugger-patches
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
[v14.x backport] debugger patches
#39446
aduh95
wants to merge 24 commits into
nodejs:v14.x-staging
nodejs/node:v14.x-staging
from
aduh95:backport-debugger-patches
aduh95/node:backport-debugger-patches
Copy head branch name to clipboard
Commits
Commits on Jul 20, 2021
lib: add primordials.SafeArrayIterator
Show description for c53b4ad
aduh95
committed
c53b4ad
View commit details
Copy full SHA for c53b4ad
Browse repository at this point
Revert "debugger: rename internal library for clarity"
Show description for 1355e52
aduh95
committed
1355e52
View commit details
Copy full SHA for 1355e52
Browse repository at this point
debugger: add usage example for `--port`
Show description for 7b5e17f
RafaelGSS
authored and
aduh95
committed
7b5e17f
View commit details
Copy full SHA for 7b5e17f
Browse repository at this point
debugger: refactor `internal/inspector/_inspect` to use more primordials
Show description for 8146a8c
aduh95
committed
8146a8c
View commit details
Copy full SHA for 8146a8c
Browse repository at this point
debugger: wait for V8 debugger to be enabled
Show description for cc589f3
targos
authored and
aduh95
committed
cc589f3
View commit details
Copy full SHA for cc589f3
Browse repository at this point
debugger: revise async iterator usage to comply with lint rules
Show description for e036082
Trott
authored and
aduh95
committed
e036082
View commit details
Copy full SHA for e036082
Browse repository at this point
debugger: reduce scope of eslint disable comment
Show description for e622105
Trott
authored and
aduh95
committed
e622105
View commit details
Copy full SHA for e622105
Browse repository at this point
debugger: enable linter on `internal/inspector/inspect_client`
Show description for 9b960d9
aduh95
committed
9b960d9
View commit details
Copy full SHA for 9b960d9
Browse repository at this point
debugger: remove unnecessary boilerplate copyright comment
Show description for 5ae4a50
Trott
authored and
aduh95
committed
5ae4a50
View commit details
Copy full SHA for 5ae4a50
Browse repository at this point
debugger: align message with Node.js standard
Show description for ccc69e0
Trott
authored and
aduh95
committed
ccc69e0
View commit details
Copy full SHA for ccc69e0
Browse repository at this point
debugger: wrap lines longer than 80 chars
Show description for 8b16b82
Trott
authored and
aduh95
committed
8b16b82
View commit details
Copy full SHA for 8b16b82
Browse repository at this point
debugger: avoid non-ASCII char in code file
Show description for 62131f6
Trott
authored and
aduh95
committed
62131f6
View commit details
Copy full SHA for 62131f6
Browse repository at this point
debugger: disable only the lint rules required by current file state
Show description for d025841
Trott
authored and
aduh95
committed
d025841
View commit details
Copy full SHA for d025841
Browse repository at this point
debugger: refactor to use internal modules
Show description for e86361a
aduh95
committed
e86361a
View commit details
Copy full SHA for e86361a
Browse repository at this point
debugger: refactor `inspect_repl` to use primordials
Show description for 22320ed
aduh95
committed
22320ed
View commit details
Copy full SHA for 22320ed
Browse repository at this point
debugger: removed unused function argument
Show description for f41d010
Trott
authored and
aduh95
committed
f41d010
View commit details
Copy full SHA for f41d010
Browse repository at this point
errors: add ERR_DEBUGGER_ERROR
Show description for 7a5e902
Trott
authored and
aduh95
committed
7a5e902
View commit details
Copy full SHA for 7a5e902
Browse repository at this point
debugger: use ERR_DEBUGGER_ERROR in debugger client
Show description for beb3dce
Trott
authored and
aduh95
committed
beb3dce
View commit details
Copy full SHA for beb3dce
Browse repository at this point
debugger: use error codes in debugger REPL
Show description for a4c42b5
Trott
authored and
aduh95
committed
a4c42b5
View commit details
Copy full SHA for a4c42b5
Browse repository at this point
errors: add ERR_DEBUGGER_STARTUP_ERROR
Show description for 584f779
Trott
authored and
aduh95
committed
584f779
View commit details
Copy full SHA for 584f779
Browse repository at this point
debugger: use ERR_DEBUGGER_STARTUP_ERROR in _inspect.js
Show description for f5dd504
Trott
authored and
aduh95
committed
f5dd504
View commit details
Copy full SHA for f5dd504
Browse repository at this point
debugger: rename internal library for clarity
Show description for 2e8360e
Trott
authored and
aduh95
committed
2e8360e
View commit details
Copy full SHA for 2e8360e
Browse repository at this point
fixup! lib: add primordials.SafeArrayIterator
aduh95
committed
1211825
View commit details
Copy full SHA for 1211825
Browse repository at this point
fixup! debugger: add usage example for `--port`
aduh95
committed
9cd07e1
View commit details
Copy full SHA for 9cd07e1
Browse repository at this point
You can’t perform that action at this time.