debug

  1. walterf25

    B4J Question Help with Project Error in Release Mode (SOLVED)

    Hi everyone, I have been trying to figure out an issue I am having with a project i've been working on at work, the project consists of many dependencies, but the issue I am seeing is that if I run the project in Debug mode the project runs fine, but when I try to run it in Release Mode, then I...
  2. mohsen programmer

    Android Question App Force Closes on Launch

    Hello, I compile a source but it immediately force closes and no error is even printed! Even the first line of Activity_Create doesn't execute! This is my manifest code: AddManifestText( <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="29"/> <supports-screens...
  3. Hadi57

    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...
  4. grant1842

    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
  5. LucaMs

    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...
  6. amorosik

    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...
  7. 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...
  8. akinnovation1

    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)...
  9. amorosik

    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
  10. Jhonn

    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...
  11. Hadi57

    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...
  12. Pflichtfeld

    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
  13. LucaMs

    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.
  14. Mashiane

    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...
  15. FERNANDO SILVEIRA

    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...
  16. MarcRB

    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
  17. Pedro Caldeira

    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...
  18. 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...
  19. 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
  20. 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.)
Top