Wish IDE & Deployment

iCAB

Well-Known Member
Licensed User
Longtime User
It would be nice if we can have the following features in the future

1. For Compile, Select an option to "Clear App Data" or Uninstall Previous
2. Load to device without have to recompile

Thank you
 

iCAB

Well-Known Member
Licensed User
Longtime User
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
 
Top