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

>Now I just use print statements and read code to figure out what’s going on.

So, instead of using tool created with debugging in mind, you prefer to edit code in order to achieve "tool that helps you debug"?

what you do if you want to check what's the result of e.g "array[9]"? you write printf(array[9]) instead of use evaluate expression at runtime?

I see no point in that



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

Search: