TargetRemoteDebugger
From Xojo Documentation
Constant As Boolean
anBoolean = TargetRemoteDebugger
New in 2014r1
New in 2014r1
Indicates that the app is running through the Remote Debugger.
Usage
result = TargetRemoteDebugger
Part | Type | Description |
---|---|---|
result | Boolean | Returns True if you are running your app through the Remote Debugger. |
See Also
DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetCocoa, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetWeb, TargetX86, Target32Bit, Target64Bit constants; #If...#Endif statement.
UserGuide:Remote Debugging, UserGuide:Raspberry Pi Remote Debugging topics