Update 6_Debugging.md

This commit is contained in:
Aaron Chew 2020-06-08 23:51:36 -07:00 committed by GitHub
parent de47b0a7a2
commit 66ce926ba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
---
slug: /general/debugging
title: Debugging
author: Benjamin Qi
author: Benjamin Qi, Aaron Chew
order: 6
---
@ -71,4 +71,4 @@ Pros of using a debugger:
-You cannot see the overall "output" of your program at each stage. For example, if I wanted to see the every single value of ```i``` in the program, I could not using a debugger.
-Most advanced competitive programmers do not use debuggers; it is quite time inefficient.
-Most advanced competitive programmers do not use debuggers; it is quite time inefficient.