mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
Make DebuggerConnection run configuration optional
(cherry picked from commit bce8061661d57df97ba25f732ce69766aad7d43b) KT-MR-2446 GitOrigin-RevId: 0dcc901a6a5c185a4158560f33ff3371580d47c3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f5a1f4fa12
commit
757307acb1
@@ -30,7 +30,7 @@ import org.jetbrains.kotlin.idea.debugger.coroutine.view.XCoroutineView
|
||||
|
||||
class DebuggerConnection(
|
||||
val project: Project,
|
||||
val configuration: RunConfigurationBase<*>,
|
||||
val configuration: RunConfigurationBase<*>?,
|
||||
val params: JavaParameters?,
|
||||
modifyArgs: Boolean = true,
|
||||
val alwaysShowPanel: Boolean = false
|
||||
|
||||
Reference in New Issue
Block a user