Hi Dirk! * Dirk Ullrich <[email protected]> [121010 11:57]: > suppose is run something like `csi module.scm', and I get an error. Is > there a way to get the line number included in the error message where > the error in `module.scm' has occured?
Compiled code does give you more information than interpreted code in this regard. You might want to use csc instead of csi. Also this is true for 4.8.0, so if you are using an older chicken, please consider upgrading. HTH, Christian -- Be right back -- Godot. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
