Is there a better way to find run time errors than using breakpoints? I am used to visual studio that points out the lines and gives suggestions. Maybe some code I can put in an alertdialog. Thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may use logcat stacktrace (but you don’t get data at the point of time), you can click on the stack trace which takes you to corresponding line in the file. Alert dialogs etc., are not possible.