Hacker Newsnew | past | comments | ask | show | jobs | submit | rustacean456's commentslogin

Really it's just because the debugging experience sucks. If you could actually print out the value of local variables in the debugger, using their `fmt::Debug` representation, that would be great, but that just isn't the case yet. Instead, we're stuck with adding print statements and recompiling our code, which depending on the size of the project can take forever.


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

Search: