alwaysbusy Expert Licensed User Longtime User Dec 5, 2018 #2 Oh yes! You don't know how many times I've clicked in the past in the log, thinking that this was already in effect Upvote 0
Oh yes! You don't know how many times I've clicked in the past in the log, thinking that this was already in effect
Alexander Stolte Expert Licensed User Longtime User Dec 5, 2018 #3 Is this also possible in the release mode? Upvote 0
LucaMs Expert Licensed User Longtime User Dec 5, 2018 #5 If I understand correctly it works on the logs you add in your code, which is a useful feature but... the best one would be on error lines "logged" (although I never make errors, so I don't need this ) Upvote 0
If I understand correctly it works on the logs you add in your code, which is a useful feature but... the best one would be on error lines "logged" (although I never make errors, so I don't need this )
Erel B4X founder Staff member Licensed User Longtime User Dec 5, 2018 #6 LucaMs said: the best one would be on error lines "logged" Click to expand... It will also show on error lines in debug mode. Upvote 0
LucaMs said: the best one would be on error lines "logged" Click to expand... It will also show on error lines in debug mode.
LucaMs Expert Licensed User Longtime User Dec 5, 2018 #7 Erel said: It will also show on error lines in debug mode. Click to expand... Yeah, this is great !!! Upvote 0
Erel said: It will also show on error lines in debug mode. Click to expand... Yeah, this is great !!!
fredo Well-Known Member Licensed User Longtime User Dec 9, 2018 #8 Yepp. That's another great time saver in terms of productivity. Last edited: Dec 10, 2018 Upvote 0
S sorex Expert Licensed User Longtime User Dec 9, 2018 #11 excellent! that's a lot faster than the ctrl-f method or going through several bookmarks via alt-pg(up/down) Upvote 0
excellent! that's a lot faster than the ctrl-f method or going through several bookmarks via alt-pg(up/down)
Douglas Farias Expert Licensed User Longtime User Dec 9, 2018 #13 very nice. I'll use a lot. please consider someday putting this feature on. https://www.b4x.com/android/forum/threads/branch-lines-in-ide.84692/ Upvote 0
very nice. I'll use a lot. please consider someday putting this feature on. https://www.b4x.com/android/forum/threads/branch-lines-in-ide.84692/
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Dec 17, 2018 #14 Erel said: It will also show on error lines in debug mode. Click to expand... great Upvote 0
Bladimir Silva Toro Active Member Licensed User Longtime User Dec 18, 2018 #17 Me encanta esta nueva funcionalidad. Gracias @Erel Upvote 0
S sorex Expert Licensed User Longtime User Jan 5, 2019 #18 I updated from B4A 8.8 beta to 8.8 full and some log links still don't work. I'll see if I can isolate a case. Upvote 0
I updated from B4A 8.8 beta to 8.8 full and some log links still don't work. I'll see if I can isolate a case.
S sorex Expert Licensed User Longtime User Jan 5, 2019 #19 is in the last line of the code below the prefix 3 indicating the right module file? it's for all classes the same value and the log links work only in 1 of them (probably the one with id 3) the main module doesn't have this prefix and there it works fine aswell. B4X: RDebugUtils.currentLine=524301; //BA.debugLineNum = 524301;BA.debugLine="Log(\"start class\")"; __c.LogImpl("3524301","start class",0); Upvote 0
is in the last line of the code below the prefix 3 indicating the right module file? it's for all classes the same value and the log links work only in 1 of them (probably the one with id 3) the main module doesn't have this prefix and there it works fine aswell. B4X: RDebugUtils.currentLine=524301; //BA.debugLineNum = 524301;BA.debugLine="Log(\"start class\")"; __c.LogImpl("3524301","start class",0);
Erel B4X founder Staff member Licensed User Longtime User Jan 6, 2019 #20 Please start a new thread and try to create a small example with the relevant code. Upvote 0