mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
[bdt] BDIDE-5200 Allow random ports for jdwp debug
GitOrigin-RevId: 9e202d97dc729c78575cf400c90197fd0569c2df
This commit is contained in:
committed by
intellij-monorepo-bot
parent
51525c19a0
commit
c5a437db18
@@ -26,7 +26,7 @@ public class JavaDebuggerConsoleFilterProvider implements ConsoleFilterProvider
|
||||
return new Filter[]{new JavaDebuggerAttachFilter()};
|
||||
}
|
||||
|
||||
static Matcher getConnectionMatcher(String line) {
|
||||
public static Matcher getConnectionMatcher(String line) {
|
||||
if (line.contains("Listening for transport")) {
|
||||
Matcher matcher = PATTERN.matcher(line);
|
||||
if (matcher.find()) {
|
||||
|
||||
Reference in New Issue
Block a user