Other [new feature] Go to the code line directly from the logs

Erel

B4X founder
Staff member
Licensed User
Longtime User
test.gif
 

sorex

Expert
Licensed User
Longtime User
excellent!

that's a lot faster than the ctrl-f method or going through several bookmarks via alt-pg(up/down)
 
Upvote 0

ocalle

Active Member
Licensed User
Longtime User
YES!!!!!! AWESOME!!!
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
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

sorex

Expert
Licensed User
Longtime User
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
Top