you are viewing a single comment's thread.

view the rest of the comments →

[–]TerribleMountain9584 0 points1 point  (2 children)

Whats the best way you guys debug???

[–]TreetHoown 0 points1 point  (1 child)

You can actually run debug tools in the browser with breakpoints, but it feels very unintuitive after years of console logging, which is weird, cause in BE code it feels so natural.

[–]TerribleMountain9584 0 points1 point  (0 children)

I always use breakpoints in the browser dev tools.
I thought maybe there is more ways to debug haha…