Would it be possible to implement the #ExcludeFromDebugger directive in B4j (as in B4a)
stevel05 Expert Licensed User Longtime User Nov 1, 2014 #1 Would it be possible to implement the #ExcludeFromDebugger directive in B4j (as in B4a)
Erel B4X founder Staff member Licensed User Longtime User Nov 2, 2014 #2 Note that #ExcludeFromDebugger is only supported by the legacy debugger in B4A. In some cases you can compile your module(s) into a library and then reference the library instead of the modules.
Note that #ExcludeFromDebugger is only supported by the legacy debugger in B4A. In some cases you can compile your module(s) into a library and then reference the library instead of the modules.
stevel05 Expert Licensed User Longtime User Nov 2, 2014 #3 Thanks Erel, I'd forgotten it only works with the Legacy debugger