debug

  1. Android Question Problem with key certificate.

    I get this error when updating my app after uploading Apk: You uploaded an APK that is not signed with the upload certificate. You must use the same certificate. The upload certificate has fingerprint: SHA1: 75:D1:..... and the certificate used to sign the APK you uploaded has fingerprint: SHA1...
  2. iOS Question Hosted Mac Builder xcode

    Is there a way to see the hosted Xcode logs While you are debugging an app I think it would be useful for debugging
  3. B4J Question Project containing bugs: debug and release behavior.

    Running a project containing bug(s), in debug mode it logs the error and crashes. If you run it in release mode (of course even if you run the jar) no crashes happens. (I'm attaching a test project. Press on button "Error" and then on button "Toast"). Two questions: is this a design choice...
  4. Italian B4J + Php - come lo debuggate il codice php presente nel sistema remoto?

    Sto cercando di seguire le orme di alcuni temerari seguendo questo post Obiettivo dello sforzo, e' passare dei file da pc locale all'interno ufficio a server web con interprete php attivo, ed in sostanza 'far comunicare' i due sistemi Dove per 'server web' intendo il classico hosting che tanti...
  5. A

    Android Question resumablesubs and debug/release app

    Hi, I have an app with resumablesubs that crash when I compile it in release mode, but work fine if I use it compiled in debug mode ! controllo_g$ResumableSub_Leggiscriviresume (java line: 145) android.os.NetworkOnMainThreadException at...
  6. Android Question resumable sub and debug/release mode

    Hi, I have a trouble with my app. The app is fine when I run it in debug mode, but crash in release mode. controllo_g$ResumableSub_Leggiscriviresume (java line: 145) android.os.NetworkOnMainThreadException at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1605)...
  7. B4R Question How to debug program code?

    How do you go about debugging a program? By 'debug' I mean: - display program variables - set breakpoints - advance the code step-by-step
  8. Android Question Debug Enable Create Service

    B4A 10.2 JAVA 11 Release works properly in real device and emulator, but debug log this: Registro conectado a: 0123456789ABCDEF --------- beginning of system --------- beginning of main java.lang.RuntimeException: Unable to create service com.magussoft.ludustriumphorum.starter...
  9. Android Question Different run result after stop in breakpoint

    Does anybody know why i get different result when i put a breakpoint before "IF" and step into next line? Sub Activity_Create(FirstTime As Boolean) Dim i As Int = 123 Dim b As Byte = 2 F1(Array As Object(i, b)) End Sub Private Sub F1(arg() As Object) If arg(1) = 2 Then...
  10. Android Question debug and release-Mode

    It is a silly question for profis, but I do not understand when use debug-mode and when release
  11. Games [XUI2D] debug texts

    Although this line is commented: ' X2.EnableDebugDraw and I have compiled in Release (obfuscated) mode I continue to see the FPS, Bodies, etc. at the bottom of the screen.
  12. B4J Tutorial [BANAno] Debugging your SPA-PWA on an Actual Device: Android Phones

    Ola I recently had an issue. My app was working perfectly on the desktop and any other device except the mobile devices. Using google chrome i found this extension named Inspect Devices https://chrome.google.com/webstore/detail/inspect-devices/pjpobmgdbnbegggcdgbljfgplleejmkb?hl=en To see...
  13. Android Question How to hide debugging popup message on device?

    Good evening, folks! I'm debuging an app but the "Program paused on line: xxx" message is covering an important information on the device's screen that I'd like to see. For now, following execution step-by-step on the IDE interface is enough for me. Is it possible to debug an app and disable...
  14. Android Question Check for DebugMode

    Is there a way to check if the app runs in debugmode? Something like.... If IsDebug = true then 'Fill logincredentials so you don't waste time during debugging txtUser.text = "Marc" txtPassword.text = "527Gf42d#1" End if
  15. Android Question Unidentified error

    Hello all, I have a B4A App, that interacts with a Payment terminal i am getting an error that does not show in the code or the log window. It just crashes. The log (unfiltered) is as follows: Any ideas !? Logger connected to: Wolder miTab_COLORS_10 --------- beginning of crash FATAL...
  16. 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...
  17. 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
  18. 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.)
  19. 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...
  20. 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 ?
Cookies are required to use this site. You must accept them to continue using the site. Learn more…