How to use VS Code Debugger for Workers Rust?
I used the hello-world-rust template to start a Cloudflare Rust worker, but I am unable to use the VS Code debugger. In particular, I tried adding the config in the below tutorial, but the breakpoints in Rust files become unbound. How can I set up my VS Code to debug Rust? I have installed Rust analyzer and debugging works in other Rust projects.
https://developers.cloudflare.com/workers/testing/debugging-tools
Cloudflare Docs
Debugging tools · Cloudflare Workers docs
Debug your local and deployed Workers using a variety of tools.
2 Replies
I imagine this is still the case: https://discord.com/channels/595317990191398933/882757739019911219/1025149162154635365, although you could ask in #🦀rust-on-workers to make sure
Discord
Discord - A New Way to Chat with Friends & Communities
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.
makes sense, thanks anyway!