This is already the case in debug mode. In most cases it will not recompile the device code.
Hi Erel
Thanks for your reply, but I am not sure we are on the same page.
In my case, I have to Use Legacy Debugger (rapid debugger doesn't work for me, most of the time .. I think it is related to app size).
So lets say, I am attaching my tablet over USB and I am trying to test how the app behaves first time it is installed. So what I would like to achieve is the following:
- Project compile & run
- Set few breakpoints
- test
- Use the tablet settings menu to Clear Data
- restart my testing without losing my break point or having to click (compile & run )
Or even after stopping the debugger completely, being able to restart the debugging without recompile
How do I achieve that?
Thank you