you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago

I have to admit I still readily reach for dbg! to narrow down where the problem is happening (instead of endlessly stepping through), especially in async. But when I do I put in one or two a function and upto one an await. Then I make a breakpoint before that and debug if I didn't find it by just a short look.

  • source
  • parent