Any way to know reason why editor crashed?

Hi, i am constantly facing this problem when editor crashes because of script problem. Is there any way to know what line exactly caused this(an awfully bad behavior by the way). Now i am using debug.log + reading editor.log, but this is insane! Very frustrating. Like, why editor can catch most of the exceptions but some(i am working with arrays) not causing exception, it just crashes editor!

Check the Editor.log - Unity - Manual: Log files

i am doing this right now, not so helpful because it just ends on latest Debug.log output. By the way, i thought what this can be caused by stack overflow in main(?) thread. I am using large recursive function in my code, maybe this is the problem.

No, looks like this is not the problem.