hxcpp-debugger icon indicating copy to clipboard operation
hxcpp-debugger copied to clipboard

Visual Studio Code Debugger for Haxe/HXCPP applications

Results 15 hxcpp-debugger issues
Sort by recently updated
recently updated
newest added

As soon as it hits any breakpoint it errors and quits. No breakpoints = no error. Other projects do not have this error... There must be something in my script...

I encountered this while trying to process some data, and I've been able to reproduce a crash reliably: ## Reproduction 1. Create a simple program containing something like this: ```...

I try to step debug an openfl app targetting cpp on Windows. I set break point inside a thread function. It never stop at that break point. Break poin on...

Since the vscode default debug console didn't support for input stream, as a beginner writing some standard input/output program would be impossible to debug when `Sys.stdin().readLine()` being used , given...

Hello! 👋 It would be awesome to have `vshaxe.hxcpp-debugger` published on https://open-vsx.org, to make it available for non-Microsoft tools like [VSCodium](https://github.com/VSCodium/vscodium), [Gitpod](https://gitpod.io), [Theia](https://github.com/theia-ide/theia/), etc. - Probably the best way to...

debug will auto exit when debug snowkit's linc_enet lib Debug server connected! c:\Users\Administrator\.vscode\extensions\vshaxe.hxcpp-debugger-1.2.4\hxcpp-debug-server\./hxcpp/debug/jsonrpc/Server.hx:592: Connected to vsc debugger server at 127.0.0.1:6972 Socket error: Error: read ECONNRESET

When running the following code (thanks for the code example @gepatto) and pressing Space to open a file dialog, a second thread appears in the callstack view: ```haxe package; import...

bug

![](https://i.imgur.com/zUzKgeh.png) A simple integer comparison works, but comparison to `null` evaluates to `null` itself.

bug

Hello there, I'm trying to use this extension to debug Windows builds of HaxeFlixel games. Whenever I try to install this extension to debug my applications I get this error:...

bug

To reproduce, create an empty OpenFL project with this as `Main`: ```haxe package; import openfl.display.Sprite; class Main extends Sprite { public function new() { trace("test"); super(); } } ``` Then...

bug