MarcRB Active Member Licensed User Longtime User May 18, 2019 #1 Is there a way to check if the app runs in debugmode? Something like.... B4X: If IsDebug = true then 'Fill logincredentials so you don't waste time during debugging txtUser.text = "Marc" txtPassword.text = "527Gf42d#1" End if
Is there a way to check if the app runs in debugmode? Something like.... B4X: If IsDebug = true then 'Fill logincredentials so you don't waste time during debugging txtUser.text = "Marc" txtPassword.text = "527Gf42d#1" End if
jimmyF Active Member Licensed User Longtime User May 18, 2019 #2 #if debug Log(Something) #end if Upvote 0