Wish [B4X] Allow debugging of b4xlib

OliverA

Expert
Licensed User
Longtime User
It would be nice if I could set a flag in manifest.txt that would allow the IDE to debug a b4xlib. Currently, if using a b4xlib (my own) in a project, the IDE does not step into any methods provided by the b4xlib. As of now, if I run into an issue with my b4xlib, I'll have to simulate the environment that caused the error in the lib in Main (or any other class/code module) of the lib source. This is doable, but also cumbersome. It would be nice if I could just have a debug version of my lib that allowed me to step through the lib source in a project that I'm debugging that is using the lib (and the lib is the source of the fault).
 

hatzisn

Well-Known Member
Licensed User
Longtime User
+1. Let me correct this. +2 . For now why as a workaround don't you unzip the lib and add the .bas files in your project?
 

AnandGupta

Expert
Licensed User
Longtime User
I also agree for debug of b4xlib codes.

The ide has to unzip it in a folder and use the bas file for compile, so it has all the bas file extracted.
Only thing is if it can step on these bas files which are not in the project directly.
 
Top