Hacker News new | ask | show | jobs
by sharemywin 4620 days ago
if you have a good debugger then start at the beginning and run it line by line. if a section looks understandable skip it.
1 comments

Thanks for your answer sharemywin! What if you were looking at a large project that doesn't have a well-defined "beginning?" How would you pick what code to run through the debugger first?