Can't trace into static function:

Completed

I've got a static function in the same class as main and I can't trace into it with F7.
What's wrong?

0
1 comment

Sorry, I was so stupid. I had referenced a non-existing array-element on invocation and got a ArrayIndexOutOfBoundsexception so that the call can't be issued.

0

Please sign in to leave a comment.