You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-debug.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
1.**Blame yourself.**
4
4
* In debugging, having an ego will only cause you to work longer and harder to solve a bug. Be humble; accept your humanity. Make 100% sure that the way you're attacking a problem is _actually_ isolating the problem.
5
5
* Are you able to reproduce the problem every single time you try? People use testing frameworks to not only replicate bugs, but to make sure the bug actually goes away
6
-
2.**Blame your tools.**
7
-
* Have you got cache enabled? Are you working in IE6? Try to ensure that your tools aren't giving you false-positives or false-negatives. Use an HTTP proxy like [Charles Proxy](http://www.charlesproxy.com/) to debug HTTP requests.
8
-
3.**Blame your framework.**
6
+
2.**Blame your framework.**
9
7
* Are you working with a framework or library of some kind?
10
8
* Are you sure it's not manipulating the results or getting in your way?
9
+
3.**Blame your tools.**
10
+
* Have you got cache enabled? Are you working in IE6? Try to ensure that your tools aren't giving you false-positives or false-negatives. Use an HTTP proxy like [Charles Proxy](http://www.charlesproxy.com/) to debug HTTP requests.
11
11
4.**Blame your environment.**
12
12
* Is your server configured the way you need it to be?
13
13
* Are you running the correct version of the software you need?
0 commit comments