JStack icon indicating copy to clipboard operation
JStack copied to clipboard

Friendly stack traces for Haxe/JS and Haxe/PHP. Makes haxe.CallStack point to haxe sources.

Results 3 JStack issues
Sort by recently updated
recently updated
newest added

This is probably related to HaxeFoundation/haxe#9124. ```haxe class Test { static function main() { throw 'Hi there'; } } ``` ``` $ haxe -main Test -php test -lib jstack -D...

JStack combos really well with VSCode's output panel, because it detects file paths and makes them clickable: ![](http://i.imgur.com/r6ANvaI.gif) However, as you can see, it only takes me to the file...

JStack doesn't seem usable with OpenFL projects atm, because it doesn't support constructors / `new()` as entry points. ``` > openfl create project JStackTest > cd JstackTest ``` Add this...