Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

The problems with Chrome's debugger UI for server-side development are:

1) It requires another window to be open, which requires screen real estate. I don't always have an external monitor attached.

2) Navigating around requires clicking buttons with a mouse. These buttons are quite small, so Fitts' law dictates that it takes longer to navigate. It is much faster to be able type "next", "c", or "up 3" in the same text box that the output appears than to have to keep moving the mouse back and forth between buttons and the console.

3) Because of point #1, it is harder to get as much space for the output of running some javascript.

4) It takes longer to make the connection happen and (at least in the past) has been unreliable. This is a significant annoyance if starting and closing a debugger window frequently, as one might do if trying to navigate to a breakpoint in a particular test case.



Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: