Can C APP be simulated?

image Can the several built-in applications in the watch project run in simulation? I’d like to modify the chatbot, but it’s too time-consuming to recompile, flash, and check the serial port every time after making changes.

Hello, these applications can be run using an emulator, but they lack the data portion. You can add mock data for debugging.

Alright, thank you, I’ll give it a try.