Description
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:
Type not found : hxcpp.debug.jsonrpc.Macro
And as such, I can't even build my application now.
I'm using Haxe 4.0.0-rc.3 (although the same happened with 4.0.0-rc.2) and HaxeFlixel 4.6.2.
I also added <haxelib name="hxcpp-debug-server" />
to my Project.xml
file.
Build command used: lime build windows -debug --haxelib=hxcpp-debug-server --connect 6000
I found out that the missing file Macro.hx
is inside the vscode extension folder at hxcpp-debugger\hxcpp-debug-server\hxcpp\debug\jsonrpc\Macro.hx
.
At the same time, my Haxe installation folder has only a .dev
file at haxe\lib\hxcpp-debug-server
. Is this normal?
The content of the .dev
file is:
c:\Users\Agustín\.vscode\extensions\hxcpp-debugger\hxcpp-debug-server
Maybe the í
in c:\Users\Agustín\
is causing trouble?
What could be wrong here?
Thanks for your time.