Find the line number of a method call?
807603Feb 16 2008 — edited Feb 16 2008When I am using netbeans and an exception is thrown, the stack trace will know the line number of the method call. Is this behavior part of netbeans or can I find out what line of a .java file the method was called from?
Thanks for any help.