Hello,
I downloaded and installed B4A version 3.0. I am working on an new app based on an older working app.
I installed the new app and tried to execute using the rapid debugger. After clicking open on the device, the main view of my app just flashed on the screen then the app exited and debugging stopped.
Using the legacy debugger I installed and executed. Execution halted in Activity_Create at the following line of code:
s = File.GetText(File.DirAssets, "aqhelp.html")
The problem is aqhelp.HTML does not exist for the new app. This line of code probably generated an exception. In the rapid debugger the response to this exception is the activity exited and the debugger closed – no break at the erroneous line of code.
In the legacy debugger execution breaks at this erroneous line of code.
By not breaking at the erroneous line I would say the rapid debugger did not handle this properly.
Barry.
I downloaded and installed B4A version 3.0. I am working on an new app based on an older working app.
I installed the new app and tried to execute using the rapid debugger. After clicking open on the device, the main view of my app just flashed on the screen then the app exited and debugging stopped.
Using the legacy debugger I installed and executed. Execution halted in Activity_Create at the following line of code:
s = File.GetText(File.DirAssets, "aqhelp.html")
The problem is aqhelp.HTML does not exist for the new app. This line of code probably generated an exception. In the rapid debugger the response to this exception is the activity exited and the debugger closed – no break at the erroneous line of code.
In the legacy debugger execution breaks at this erroneous line of code.
By not breaking at the erroneous line I would say the rapid debugger did not handle this properly.
Barry.