Dear all:

My program written in ocaml terminate with the following output:

Fatal error: exception Invalid_argument("index out of bounds")


So how should I find out the lcoation in source code that raise this exception?

Shen