Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 150cbc5

Browse files
committed
Switch order of tools & frameworks
1 parent 345327c commit 150cbc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

web-debug.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
1. **Blame yourself.**
44
* 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.
55
* 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.**
97
* Are you working with a framework or library of some kind?
108
* 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.
1111
4. **Blame your environment.**
1212
* Is your server configured the way you need it to be?
1313
* Are you running the correct version of the software you need?

0 commit comments

Comments
 (0)