- 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
bt
to back track the error
gdb
file vicNl
run -v
-v is the argument input for vicNlbt
to back track the error