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