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: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# Welcome to stacktrace.js! [](https://codeclimate.com/github/eriwen/javascript-stacktrace)
1
+
# Welcome to stacktrace.js! [](https://codeclimate.com/github/stacktracejs/stacktrace.js)
2
2
A JavaScript tool that allows you to debug your JavaScript by giving you a [stack trace](http://en.wikipedia.org/wiki/Stack_trace) of function calls leading to an error (or any condition you specify)
3
3
4
-
# How do I use stacktrace.js? #
4
+
# Usage
5
5
Just include stacktrace.js file on your page, and call it like so:
6
6
7
7
```html
@@ -55,7 +55,15 @@ foo(); //Will log a stacktrace when 'baz()' is called containing 'foo()'!
55
55
p.deinstrumentFunction(this, 'baz'); //Remove function instrumentation
0 commit comments