Starting Programming at age 29
Thursday, June 20, 2013
How to debug
my boss taught me how to debug today, and here's the code.
Put this where error occurs.
try { throw new Exception(); } catch (Exception e) { e.printStackTrace(); }
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment