S sorex Expert Licensed User Longtime User Sep 28, 2015 #1 Hello Erel, Would it be possible to have code injection like we have in B4A/B4i's rapid debug mode? Starting java apps takes some time and that would speed things up.
Hello Erel, Would it be possible to have code injection like we have in B4A/B4i's rapid debug mode? Starting java apps takes some time and that would speed things up.
Erel B4X founder Staff member Licensed User Longtime User Sep 29, 2015 #2 The same feature is already supported in B4J. Modify the code and click on Save to update it.
S sorex Expert Licensed User Longtime User Sep 29, 2015 #3 Indeed but there's no quick re-start of the app? So I better put my routines behind a button to test them?
Indeed but there's no quick re-start of the app? So I better put my routines behind a button to test them?
Erel B4X founder Staff member Licensed User Longtime User Sep 29, 2015 #4 I see. You are referring to a different feature. On most computers starting an app should be very quick so I don't think that it is worth implementing this feature in B4J.
I see. You are referring to a different feature. On most computers starting an app should be very quick so I don't think that it is worth implementing this feature in B4J.
S sorex Expert Licensed User Longtime User Sep 29, 2015 #5 no problem with that. I'll see if I can figure out why it's starting slower than a regular app (antivirus perhaps)
no problem with that. I'll see if I can figure out why it's starting slower than a regular app (antivirus perhaps)
S sorex Expert Licensed User Longtime User Sep 30, 2015 #6 the button trick works fine to test subroutines, thanks for implementing that save/inject.