How to enable Intellij hot code swap

前端 未结 8 1468
清歌不尽
清歌不尽 2020-12-22 20:53

Intellij does not seem to be doing basic hot code swap on my installation.

For this code:

public class MainTest {
    public void method1() {
                


        
相关标签:
8条回答
  • 2020-12-22 21:45

    Go to Setting --> Select Debug --> HotSwap

    0 讨论(0)
  • 2020-12-22 21:47

    For anyone experiencing the same problem as me, you might have incurred in the following recent bug affecting the 2020.2 update: https://youtrack.jetbrains.com/issue/IDEA-247530?_ga=2.116305920.729836936.1599654650-984156210.1599654650

    TL;DR As a workaround, you need to re-activate the Groovy plugin.

    0 讨论(0)
提交回复
热议问题