Bug? B4xLib constants in code modules not initialized in Debug

stevel05

Expert
Licensed User
Longtime User
There appears to be a problem where constants in code modules contained in a B4xlib are not being initialized in Debug mode.

See the simple example attached along with the b4xlib.
 

Attachments

  • B4xLibConstantTest.b4xlib
    817 bytes · Views: 243
  • B4xLibConstantTest2.zip
    990 bytes · Views: 243

stevel05

Expert
Licensed User
Longtime User
Just tried it with Non Constant Globals as well, same applies.
 
Last edited:

stevel05

Expert
Licensed User
Longtime User
Thanks @Erel, Beta 8.9 solves this :).
 
Top