mmieher Active Member Licensed User Longtime User Feb 12, 2018 #1 After six years of B4A programming I am finally trying to figure out the debugger. I searched 'B4a debugger' and looked at every post. I cannot figure out what this log line means: ~w:1003,main,1742 It is colored goldenrod.
After six years of B4A programming I am finally trying to figure out the debugger. I searched 'B4a debugger' and looked at every post. I cannot figure out what this log line means: ~w:1003,main,1742 It is colored goldenrod.
Erel B4X founder Staff member Licensed User Longtime User Feb 13, 2018 #2 It looks like a warning. Which version of B4A are you using? Are you using the legacy debugger? Upvote 0
mmieher Active Member Licensed User Longtime User Feb 13, 2018 #3 My B4A is 7.80. I do not have a choice for the "Rapid Debugger" that I have read about. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 13, 2018 #4 The default debugger is the rapid debugger. Are you using the IDE to read the logs? Upvote 0
mmieher Active Member Licensed User Longtime User Feb 13, 2018 #5 Yes I am. That is where I saw the unexplained entry. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 13, 2018 #6 Not sure why it is printed like. It means that you are initializing an object that was already initialized. I'm talking about this mistake in the App life cycle tutorial: https://www.b4x.com/etp.html Upvote 0
Not sure why it is printed like. It means that you are initializing an object that was already initialized. I'm talking about this mistake in the App life cycle tutorial: https://www.b4x.com/etp.html