Hi,
I'm trying to modernize my app (https://github.com/arquicanedo/barbecueboss) and add new features. I didn't keep up with all the changes to the SDK and the use of VSCode.
Here is where I am at the moment:
- I have a VSCode project in place
- I got rid of all compilation errors (only left with warnings)
- I can launch the simulator
- I am able to inspect the Active Memory (see screenshot left hand side)
Unfortunately
- A debug breakpoint at the entry point is never reached
- I do not see any screen (see screenshot right hand side)
- I was not able to reach the "stopAtLaunch" in the launch.json
Any ideas or suggestions?
Thank you