Hello,
I'm using the simulator to debug my application. This works fine except for one thing. When I modify the code in the simulator and want to rebuild the application I need to: - stop simulator - rebuild application - start simulator.
Is it possible to rebuild the application without having to restart the simulator?!
Kind regards, Sander
It's very, very hard to allow partial recompile of a running program and allow the program to continue after the code of maybe a single function has been patched.
Microsoft can do it - but consider how large their budget is compared to the budget available to Keil. Not too many licenses are sold in the embedded world.
But it's often possible to compile and test quite a lot of the business logic on a PC - which would allow you to use M$ tools.