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
When developing a worker locally, I've started encountering fatal errors that happen only when a debugger is attached. There are certain points in the JS code where the debugger cannot step over without triggering the fatal error. When the debugger is not attached, execution proceeds fine.
Wrangler version 3.95.0
The worker responds with:
503
Your worker restarted mid-request. Please try sending the request again. Only GET or HEAD requests are retried automatically.
When developing a worker locally, I've started encountering fatal errors that happen only when a debugger is attached. There are certain points in the JS code where the debugger cannot step over without triggering the fatal error. When the debugger is not attached, execution proceeds fine.
Wrangler version 3.95.0
The worker responds with:
And the following in the logs (no stack trace):
Can you tell me what other information you need?
The text was updated successfully, but these errors were encountered: