Hi all, I'm finally getting some traction building FeathersUI apps using VSCode, but I'm hitting a couple of issues when debugging macOS targets. For context, following the FeathersUI Getting Started steps for using VSCode (https://feathersui.com/learn/haxe-openfl/visual-studio-code/), and created and ran a Hello World app call "Starter".
1) After setting a breakpoint on the super() call within the Starter new() function, debugging causes the following error banner when the breakpoint is hit:
"Exception has occurred. X
Null Object Reference"
FWIW, this doesn't happen on HTML5/Debug targets.
2) After this exception, or any other exception that prevents the macOS app from continuing, the process is left hanging and has to be manually killed.
3) I have so far been unable to debug the .cpp code (breakpoints don't break), but I'm guessing that's due to my lack of experience with this setup.
Any help or feedback is appreciated.