commonMain.com.copperleaf.ballast.debugger.server.BallastDebuggerServerSettings.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ballast-debugger-server-jvm Show documentation
Show all versions of ballast-debugger-server-jvm Show documentation
Ktor websocket server for building Ballast Debugger UI
package com.copperleaf.ballast.debugger.server
/**
* Save the UI state
* - Divider percentages
* - Selected VM tab
*
* See https://plugins.jetbrains.com/docs/intellij/persisting-state-of-components.html#implementing-the-persistentstatecomponent-interface
*/
public interface BallastDebuggerServerSettings {
public val debuggerServerPort: Int
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy