debugging

  1. F

    iOS Question debugging error

    Hi guys I'm debugging an app but it seems that also it requires the mobileprovision Even doing the test is necessary to have this mobileprovision file? Parsing code. (0.00s) Building folders structure. (0.08s) Compiling code. (0.04s) Compiling layouts code. (0.03s) Compiling debugger...
  2. A

    Android Question Breakpoints issue

    I opened my project - it's Default B4A project. I see that one of the activity has 2 breakpoints. I removed them by clicking Remove All breakpoints in Edit menu. I see that they are gone. Then I closed the IDE, started it again and opened the same project. All breakpointys are still there. Then...
  3. H

    B4J Question When the debugger does not get to AppStart

    Here is what happened. Very cleverly, I added this to a code module: Public Const srvBet As Long = "-" This is an idiocy, but it happened, no excuse for it. The problem is, after this, the whole project became undebuggable, that is, it never got to the first line of AppStart. The Log showed...
Top