B4J Question log function not show if not use a red point and step in

invocker

Active Member
I have a problem when send a string from client b4a to server b4j ,when use a red point for trace a data the log show the string data otherwise log not show a string data

see a photo please



Untitled1.png
Untitled.png
 

teddybear

Well-Known Member
Licensed User
I have a problem when send a string from client b4a to server b4j ,when use a red point for trace a data the log show the string data otherwise log not show a string data
I guess maybe you get null value in release mode, try doing
log("step1=" & pr.something)
 
Upvote 0

invocker

Active Member
I never use release mode just debug mode when trace it with f5 I get Result fine ,maybe You are right about null Value because some app not send their icon like system ui
 
Upvote 0
Top