node child process maxbuf support (#18293)

This commit is contained in:
pfg
2025-04-03 17:03:26 -07:00
committed by GitHub
parent 04a432f54f
commit d9c77be90d
24 changed files with 1199 additions and 120 deletions

6
.vscode/launch.json generated vendored
View File

@@ -1118,7 +1118,11 @@
"request": "attach",
"name": "rr",
"trace": "Off",
"setupCommands": ["handle SIGPWR nostop noprint pass"],
"setupCommands": [
"handle SIGPWR nostop noprint pass",
"source ${workspaceFolder}/misctools/gdb/std_gdb_pretty_printers.py",
"source ${workspaceFolder}/misctools/gdb/zig_gdb_pretty_printers.py",
],
},
],
"inputs": [