mamot.fr is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mamot.fr est un serveur Mastodon francophone, géré par La Quadrature du Net.

Server stats:

3.2K
active users

#wrangler

1 post1 participant0 posts today

i don't know who needs to hear this but it is stupid easy to wire up step debugging between #wrangler and #webStorm

  1. create a new run/debug configuration in the Attach to Node.js/Chrome category. i didn't have to change the defaults.
  2. wrangler dev
  3. set a breakpoint at the webstorm line where you want to start
  4. start the debug session in webstorm
  5. do whatever you normally do to trigger your worker

congrats, you are now step debugging.