Why would I want to see what parts of a method would crash my program?
i
ilya.gorbunov
05/03/2018, 4:13 PM
Any method can crash your program even in Java with the help of
RuntimeException
c
Czar
05/03/2018, 6:06 PM
Yup, that functionality only shows you checked exceptions, in my experience they hardly ever crash the program, it's runtime stuff you want to worry about.