▲ | makeitdouble 5 days ago | |
Depending on the language or setup debuggers can be really crappy. I think people here would just flee away and go find a better fitting stack, but for more pragmatic workers they'll just learn to debug with the other tools (REPL, structured logging, APMs etc.) | ||
▲ | adgjlsfhk1 4 days ago | parent [-] | |
if your repl is good enough and the bug isn't a crash, repl based debugging can be excellent (especially if the language has good introspection capabilities) |