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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# JStack
2
2
3
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`.
4
+
The only supported targets are `js` and `php7` (as of 2017-02-24 you need latest development version of Haxe for php7 support).
5
5
6
6
Works only in debug mode or when `-D JSTACK_FORCE`.
7
7
Does not affect your app if compiled without `-debug` and `-D JSTACK_FORCE` flags or to unsupported target.
0 commit comments