2
votes

When debugging is started IntelliJ shows in console that message:

Connected to the target VM, address: '127.0.0.1:18443', transport: 'socket'

and when debugging has finished it shows

Disconnected from the target VM, address: '127.0.0.1:18443', transport: 'socket'

How do I get rid of those messages?

1
IntelliJ is open source, you could remove it from the source and build your own. Or you could ignore it. - Peter Lawrey
Try folding the specific lines in the output, see this answer. - CrazyCoder
Why ? Debugging is a developer activity. It should have zero relevance to whatever application you are coding. - vikingsteve
@Meo That's even better answer, thanks! - menteith

1 Answers

2
votes

Settings (Preferences on macOS) | Editor | General | Console | Fold console lines that contain.

fold console

Add the debugger messages to the patterns list.