B4i Tutorial Installing B4i-Bridge and debugging first app - Erel    Sep 18, 2022   (13 reactions) B4i-Bridge is an application that you install on the device. It has three purposes: 1. Launch the installation process when needed. This step is done with Apple Configurator 2 if using a local builder (https://www.b4x.com/android/forum/threads/installing-apps-with-apple-configurator-2.128397/). 2. Run the installed app (when installation is not needed). 3. The bridge is also the WYSIWYG visual des... B4A Question Images loaded in webviews are not displayed in mode “debug (rapid)” B4A 3.50 version - bgsoft    Mar 18, 2014 In the new Basic4Android 3.50 version, I realised that images loaded in webviews are not displayed in mode “debug (rapid)”. In other modes, as “debug (legacy)” and “release” are shown normally.
There is a simple example to check this:
Sub Globals
Dim WebV As WebView
End Sub
Sub Activity_Create(FirstTime AsBoolean)
Activity.LoadLayout("Layout1")
WebV.Initialize... B4J Tutorial Remote debugging with B4J-Bridge - Erel    Oct 15, 2025   (21 reactions)   tags: B4J Bridge, Remote B4J v1.80 adds support for remote debugging using B4J-Bridge, a tool similar to the beloved B4A-Bridge. The purpose of B4J-Bridge is to allow you to connect the IDE to a remote machine such as a Mac computer or a Raspberry Pi board and to easily debug your app on the remote machine. The connection is done over the network (usually the local network). Instructions Download b4j_bridge.jar to...-13_13.15.43.png Now you can run your app in Release or Debug mode and debug it directly on the target... B4i Tutorial Debugging a B4i app with Xcode - Erel    Jan 23, 2025   (11 reactions) (It should be iPhone 16 Pro here) Now you can run the app and debug it.... Other Do not distribute applications signed with the debug key! - Erel    Feb 21, 2013   (20 reactions)   tags: debug key The debug key should only be used during development. You shouldn't distribute any application signed with this key. In fact Google Play will reject APKs signed with the debug key. See this short guide: Signing your application before uploading to Android market The problem with the debug key is that it is the same key for all developers. This might cause antivirus software to mistakenly consider your app as malware.... B4J Question Fix Postion when debuging - ilan    Jan 28, 2025   (1 reaction) hi can i set a fix position for the app window when i debug? it covers my code because it is always centered and when i move it to another position on the screen i would like to have it load again at that position and not centered again. thanks... B4i Question Problem with Debug/Release via B4i-Bridge - smasher230    May 1, 2025 When I attempt to debug using B4i-Bridge on my iPhone, the remote build executes OK, but nothing appears on the iPhone. Background: My certificates expired so: I emptied the keys folder, and regenerated the certificate signing file I created new certificates and provisioning files. I reinstalled B4i-Bridge. It installed OK, and shows the Designer on the iPhone. When I attempted to run... the Debug dialog box. It executes OK and then disappears. Nothing appears on the iPhone (although... B4J Question B4J: how to debug UI app under Linux ? - peacemaker    Jan 31, 2025 debug B4J development under Linux, and see the error point ?... Bug? Application Running in debug mode stop - Swissmade    Jan 24, 2025 Hi all When I debug and run a application, then when I go with the cursor over the List-name because I like to see what is in there, Debug stops running List is initialize and not empty. I see this in many applications so it is not only 1 application. Maybe a small bug. Thanks for answering Roland... B4R Library rDebug.b4xlib - Debug arduino code adding break points in all microprocessors' code (even the older ones) - hatzisn    Jan 12, 2023   (5 reactions) Merry Christmass to all Christian community of the forum. I have tried adding debugging in my... times as it is required (as seen in the following B4R code). The method is Debug.BP(....) which stands... Debug.BP2. New code follows. #Region Project Attributes #AutoFlushLogs: True... Dim ul As ULong = 32 Dim f As Float = 51.45 Dim d As Double = 61.75 Debug.BP(i) Debug.BP(l) Debug.BP(b) Debug.BP(ui) Debug.BP(ul) Debug.BP(Null) Debug.BP(f... Page: 1   2   3   4   5   6   7   |