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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# JStack
2
2
3
-
This library automatically transforms `haxe.CallStack.callStack()` and `haxe.CallStack.exceptionStack()`results to make them point at Haxe sources instead of generated js file.
4
-
The only supported target is`js`.
3
+
This library automatically transforms `haxe.CallStack.callStack()`, `haxe.CallStack.exceptionStack()`and uncaught exceptions where possible to make them point at Haxe sources instead of generated js or php files.
4
+
The only supported targets are`js` and `php7`.
5
5
6
-
Works only in debug mode or when `-D JSTACK_FORCE` is enabled on js target.
7
-
Does not affect your app if compiled without `-debug` and `-D JSTACK_FORCE` flags or to some other target.
6
+
Works only in debug mode or when `-D JSTACK_FORCE`.
7
+
Does not affect your app if compiled without `-debug` and `-D JSTACK_FORCE` flags or to unsupported target.
8
8
9
9
In debug mode Haxe generates a source map, which is utilized by JStack using [source-map library](https://github.com/mozilla/source-map) (bundled with JStack and embded automatically)
0 commit comments