debugmode

  1. MarcRB

    Android Question Check for DebugMode

    Is there a way to check if the app runs in debugmode? Something like.... If IsDebug = true then 'Fill logincredentials so you don't waste time during debugging txtUser.text = "Marc" txtPassword.text = "527Gf42d#1" End if
Top