简体   繁体   中英

How do I avoid showing a message that debugging has started and ended in IntelliJ?

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?

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

折叠控制台

Add the debugger messages to the patterns list.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM