Hi
I develop applications for Edges, in Visual Studio Code, and in terms of debugging, the method I use with the CIQ simulator is very slow. Whenever I want to test even a little modification, I have to press F5, wait for it to build in about 10 seconds, the simulator pops up so I can check if the modification meets my expectations, and then repeat this process over and over, wasting a lot of time on building.
Is there a method to see the changes in real-time during development, some sort of hot-reload solution?
The task that the execution runs in VSCode:
C:\Program Files\Common Files\Oracle\Java\javapath\java.exe -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar c:\Users\pettk\AppData\Roaming\Garmin\ConnectIQ\Sdks\connectiq-sdk-win-6.3.0-2023-08-29-fc81ed416\bin\monkeybrains.jar -o bin\xyz.prg -f d:\_Lumiolabs\_Projects\xyz\monkey.jungle -y d:\_Lumiolabs\dev\developer_key -d edge840_sim -w
I would appreciate any help on how to make debugging faster! Thanks.