Hello,
I have a medium-ish sized application, about 2000 lines of code in the Main module. This application also makes use of HTTPUtils2, InAppBilling, and the AdMob stuff. I am using B4A version 2.02.
If I set a breakpoint in Activity_Create, the app does not stop at the breakpoint during execution. If I set a breakpoint in some other some sub further in the program, it stops at that breakpoint.
As a test I created a very small program and set a breakpoint in Activity_Create and it did stop at the breakpoint – so breakpoints work.
This probably means I have an error somewhere in my medium-sized program. Although, it seems to run pretty well.
Before I try to find the error, is there anything that is known to cause this type of symptom? Can anyone offer any hints about what I should be looking for?
Thanks,
Barry.
I have a medium-ish sized application, about 2000 lines of code in the Main module. This application also makes use of HTTPUtils2, InAppBilling, and the AdMob stuff. I am using B4A version 2.02.
If I set a breakpoint in Activity_Create, the app does not stop at the breakpoint during execution. If I set a breakpoint in some other some sub further in the program, it stops at that breakpoint.
As a test I created a very small program and set a breakpoint in Activity_Create and it did stop at the breakpoint – so breakpoints work.
This probably means I have an error somewhere in my medium-sized program. Although, it seems to run pretty well.
Before I try to find the error, is there anything that is known to cause this type of symptom? Can anyone offer any hints about what I should be looking for?
Thanks,
Barry.