how do you debug wrangler dev in vscode ? breakpoints don't bind on ws socket 😦
also how can i access public url of a worker preview ?
i see it requires at least 2 headers: "accept: \*/\*" and "cf-workers-preview-token: asdasdasd...", which i can get using wrangler dev --log-level debug, but maybe there is more practical way of accessing it also ?