Jens Fischer

Results 393 comments of Jens Fischer

Pull requests welcome. :)

We could look into supporting [automatic debug configurations](https://code.visualstudio.com/updates/v1_45#_automatic-debug-configurations) at some point.

But the hashlink-debugger would need the HXML parsing code we wanted to get rid of again.

Why as a var, rather than a function that returns a String? The latter seems more flexible. eval-debugger simply uses `toString()`.

>This could occur due to any code compilation issue in the user's code as well Such as? I can't think of any other scenario where `lime display` would fail /...

Another example: ![](https://i.imgur.com/nbbngpl.png) The `startsWith("Error:")` check might be a good heuristic.

I actually can't seem to reproduce, closing the Flash Player window stops debugging as expected for me.

Urm.. how would I do that, isn't that hardcoded in the debugger? Shouldn't it figure out a free one on its own like the language server does for `--connect`?

(most likely this is related to the implementation of `get_numChildren`, which returns `__children.length` / wouldn't be initialized properly before `super`, but what I don't get is why we can't catch...