~1 min read

Categories

  • 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