debug

  1. J

    Android Question Version 8.5 Crashes when debugging, Release and Legacy Debug works

    Hi - I've spent several hours without finding the solution to this issue. I've used B4A about a year ago very successfully but have upgraded Laptop and have installed the latest B4A 8.50 I'm testing with the MyFirstProgram using source from \Booklets\Getting Started\SourceCode\MyFirstProgram\B4A...
  2. R

    Android Question Stop code flow and start debug

    In VB6 and VBA we can do this: If i = 1000 Then Stop End If and the normal code flow will stop if i = 1000 and we can step into debugging mode. Can we do this is B4A? RBS
  3. L

    Android Question The Debugging Button is not available.

    Just a simple problem but it puzzled me for a long time. The debugging button keeps to be grey that l cannot press it, l wanna know how to solve it in order to debug.(The function compile&run is available.) (The JDK and Android SDK had been configured correctly.)
  4. Lee Gillie CCP

    Java Question What debugging techniques do you use?

    Curious how others are debugging the Java libraries created for B4A? Since I'm writing Java in Eclipse running on Windows PC it seems natural to want to try to create a java test framework to allow debugging in Eclipse. But right away I get tripped up with no BA to initialize my class with. I...
  5. Humberto

    iOS Question I can´t debug

    I tryed to debug an application and the install starts and than I receive a message "Can not transfer" and two buttons "OK" and "Try". If I compile "Tools - Build Server - Build Release application" the app install in my Iphone . Can someone help ?
Top