Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.3k
Open
Description
Several error handling patterns inModules/_remote_debugging/ need cleanup:
- Missing error checks on some code paths (e.g., varint decoding, memory allocation failures)
- Inconsistent error propagation across platforms
- A couple of reference counting issues on error paths
Working on a fix.