diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-12-29 13:04:40 -0500 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-12-29 13:04:40 -0500 |
commit | f3ebef8119973bcb906f2a597e041ef7d5afab0c (patch) | |
tree | 20b3d40564bcbb594b4a8a56d74113c302388d89 /ap_kilo.prj | |
parent | 6921c5c7332dc2c2ddf1dd2415901d138ec48600 (diff) | |
download | filo-f3ebef8119973bcb906f2a597e041ef7d5afab0c.tar.gz filo-f3ebef8119973bcb906f2a597e041ef7d5afab0c.zip |
Additional changes to debug 1-indexing. Cursor now appears on correct line. Strange behavior at line end insert.
Diffstat (limited to 'ap_kilo.prj')
-rw-r--r-- | ap_kilo.prj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ap_kilo.prj b/ap_kilo.prj index 1d989da..e08456e 100644 --- a/ap_kilo.prj +++ b/ap_kilo.prj @@ -36,7 +36,7 @@ "Target":"apkilo.exe", "Fortran Options":{ "Use C Preprocessor":"false", - "Runtime Diagnostics":"false", + "Runtime Diagnostics":"true", "Floating Point Exception Trap":0, "Cray Pointers":"false", "Enable Coarrays":"false", |