Skip to content

Commit 131a79a

Browse files
committed
Merge pull request #6 from joshuarh/caveats
Add warning about paused debuggers
2 parents ff58d88 + 0cd99fa commit 131a79a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ Pass options as a hash in the second argument. For instance,
6363
foo.grep(/abe/, {depth: 2});
6464
// returns [".outgrabe"]
6565

66+
### Caveats
67+
- Clicking the bookmarklet when the debugger is paused in chrome will
68+
continue script execution. Load objgrep in development (via
69+
`<script>` tags) or click the bookmarklet before hitting a breakpoint to
70+
work around this.
71+
6672
### License
6773

6874
Objgrep is Copyright © 2013 Joe Nelson. It is free software, and may be

0 commit comments

Comments
 (0)