- compile the code and get the executable (e.g. vicNl)
- type
gdb - in gdb environment, type
file vicNl run -v-v is the argument input for vicNl- when it stops, type
btto back track the error
gdbfile vicNlrun -v -v is the argument input for vicNlbt to back track the error
Loading comments...