|
|
@ -61,6 +61,7 @@ object SourceDebug { |
|
|
|
|
|
|
|
|
|
|
|
fun startDebug(webBook: WebBook, key: String) { |
|
|
|
fun startDebug(webBook: WebBook, key: String) { |
|
|
|
cancelDebug() |
|
|
|
cancelDebug() |
|
|
|
|
|
|
|
debugSource = webBook.sourceUrl |
|
|
|
startTime = System.currentTimeMillis() |
|
|
|
startTime = System.currentTimeMillis() |
|
|
|
when { |
|
|
|
when { |
|
|
|
key.isAbsUrl() -> { |
|
|
|
key.isAbsUrl() -> { |
|
|
@ -182,4 +183,4 @@ object SourceDebug { |
|
|
|
fun printLog(state: Int, msg: String) |
|
|
|
fun printLog(state: Int, msg: String) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|