←back to thread

12 points ozornin | 3 comments | | HN request time: 0.58s | source
1. enz ◴[] No.46192495[source]
> What You Need: A computer with a Chromium-based browser such as Chrome, Vivaldi, or Brave [...]

I believe the book focuses on client-side TS apps?

replies(2): >>46192588 #>>46192713 #
2. ozornin ◴[] No.46192588[source]
Mostly yes. It touches upon debugging unit tests and server-side code, as well as methodologies applicable to debugging in general, but the practical parts are almost exclusively client-side.
3. progx ◴[] No.46192713[source]
I build a "wrapper" for this (not public, quick&dirty code). Transfer everything that could be logged via websocket to console and output and colorize it like I do it with a node app. Reduces the time that I need to spend in browser for debugging (click, scroll, open trees, etc.), has same format and it saves much time.

I am sure somebody created a good lib for that on github.