1. 程式人生 > >Cannot debug in IntellijIdea on Linux

Cannot debug in IntellijIdea on Linux

int switch nat info png col ima dea TE

OS: Deepin Linux
IDE: Intellij Idea
Project: SpringBoot based maven project

Issue: cannot debug in Idea, but run is OK
Idea 2017.2.4:
java.lang.ClassNotFoundException : com.sun.tools.jdi.SharedMemoryTransportService
Idea 2018.1.5:
Required connector ‘com.sun.jdi.SharedMemoryListen‘ not found. Check your JDK installation.

Solution:
Enable the [Show alternative source switcher] option in Idea debuger settings

技術分享圖片

Cannot debug in IntellijIdea on Linux