I converted my B4a app to B4x. It and the resulting B4i app work ok except using the Log command in Debug mode displays only when I execute the B4a module but not when I execute the B4i module. Is there some parameter I'm missing?
I'm testing my b4i app in Debug mode. I do have the Log tab at the right, below the coding panel, selected but I'm not getting any log info there. They display fine in my B4a testing but not for B4i. So if I put Log("xxxxx") in my code, it doesn't display in the Log panel for B4i. I don't remember doing anything special to get Log info in B4a. But B4i is a different animal.