openfl / lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
MIT License
27 stars 4 forks source link

Debugging breaks after adding image or after a few debug sessions #99

Open 0x80085 opened 1 year ago

0x80085 commented 1 year ago

Getting Cannot read properties of null (reading 'bitmap') after running a few times on a very simple project.

Seems to happen after a few debugging sessions and adding images to the project

Building and running via CLI with lime build html5 then lime run html5 just works.

Also is this still maintained? Seems the open issues have been here for a while without much interaction...

joshtynjala commented 1 year ago

Also is this still maintained? Seems the open issues have been here for a while without much interaction...

We just released an update last month.

0x80085 commented 1 year ago

oh.. should have checked that first before asking, apologies.