Last active
          December 18, 2015 15:29 
        
      - 
      
- 
        Save joezuntz/5804576 to your computer and use it in GitHub Desktop. 
    Debugging Checklist
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 1. make clean; make; run | |
| 2. check version control for changes you forgot you made | |
| 3. check exact command being run | |
| 4. check outputs are actually new | |
| 5. check inputs are actually what you expect. make plots | |
| 6. gdb --args "run_program with_args" | |
| run | |
| 7. valgrind run_program with_args | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment