DebuggerDefaults

Defaults used for configuring remote debugging server and client.

Properties

Link copied to clipboard

Default client host that the stores will use. It's an emulator host on Android and LocalHost on other platforms.

Link copied to clipboard
const val DefaultHistorySize: Int = 100

Default history size to keep in the server

Link copied to clipboard
val DefaultJson: Json

The default Json instance used for serializing debugger responses and requests. Can be overridden if you provide a custom HttpClient

Link copied to clipboard
const val LocalHost: String

Local host, the default usually

Link copied to clipboard
const val Port: Int = 9684

Default port

Link copied to clipboard

Default delay the stores will use to reconnect to the server

Link copied to clipboard
const val ServerHistorySize: Int = 300

History size for the server event log