Glauco Pater
1 min readOct 6, 2018

--

I agree in general that debugging js in dev environment is easier using breakpoints and watchmode but in reality when you are in production the code is usually minified and putting breakpoints in JS could be painful and sometimes crashes also Chrome for example (especially if you want to debug differente breakpoints/resizing a window / testing media query).

Besides this there is another issue, when you add a breakpoint, many async callbacks reach timeout, so this changes also the normal workflow of a web application…

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Glauco Pater
Glauco Pater

Written by Glauco Pater

Berlin Expat, Engineering Manager and Tech Lead

Responses (1)

Write a response