-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This tracks the implementation of debugging tools for wrangler dev.
- Hit the
Dhotkey when developing, to open a hosted devtools atbuilt-devtools.pages.dev - Open
chrome://inspecton chrome, oredge://inspecton edge, and follow the instructions there to open the browser devtools inspector. - Connect vscode debugger to the inspector and debug inside your IDE directly.
Features
- See
console.log(...)/console.error(...)objects in the Console tab - Profile your workers following the steps in https://developers.cloudflare.com/workers/learning/profiling-workers
- [dev] display source mapped line numbers #1315
- Support breakpoints
- Enable the Network tab, so you'll be able to see and inspect subrequests that your worker makes
- Support debugging websockets requests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request