I'm developing a wp8-app with VS2012 and Visual Basic. For testing and debugging I'm using the emulator.
After each little change in code I need to rebuild the project. Just pressing F5 (start debugging) doesn't update the app on the emulator with my latest code-changes.
The problem with rebuilding is, that thisremoves the app first and the isolated storage and the live-login from the emulator, and this is really annoying and time-consuming.
How can I test and debug code changes without having the app deinstalled first, so keeping iso and live?
Thanks,
Tom