MBS Xojo BugReporter Kit
BugReporterConfiguration module:
Module BugReporterConfiguration
Const AllowContinueAfterException = true
Const AutoSendBugreportAfterDelay = 60
Const ReportNetworkInterfaces = true
Const TextFileTypeName = "text"
Const kScriptURL = "http://www.monkeybreadsoftware.de/cgi-bin/bugreporter.php"
Const kSupportEmail = "support@monkeybreadsoftware.de"
Const kUseAddressbookViaMBS = true
Const kUseAddressbookViaRS = false
Protected Function QueryApplicationState() As string
#Pragma StackOverflowChecking false
// return here any custom variables you may need for your bug report in one string
Return "Just a test for the application state"
End
End Module
