debugging

  1. epiCode

    Share My Creation B4X Call Graph Visualization Tool 🚀

    I have been developing an innovative application in B4J that generates call graphs for B4X source code. While still a work in progress, this tool is already capable of analyzing a single bas/b4x module, creating a "dotfile", and utilizing Graphviz to produce insightful visual representations of...
  2. S

    Android Question Crash during debug

    Hi, my app Android work fine and not have any bug in debug and release mode, but during the debugging crash if i'm wat any 273 seconds. I have this message in unfiltered log. Help me Thread[2,tid=7312,WaitingInMainSignalCatcherLoop,Thread*=0xb400007a89026000,peer=0x15101720,"Signal Catcher"]...
  3. 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...
  4. 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...
  5. 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