Ver1.70 is very code fault tolerant than Ver2.00
B4A Ver2.00, Bravo Erel!
This may help some of those struggling with debugging code after Ver2.00 update.
Ver1.7 sometimes(everytime in my cases) allows "CallSub" into paused activities.
2.0 will not tolerate this!, the app will run, but consistently break down, stop functioning, error, or crash the phone whenever a "CallSub" is made into a paused activity (this goes for both activities and service modules). It is very hard to debug via app runtime.