3

I'm using HotSwapAgent to avoid server restarts with every code change. For the past year this popup is displayed at the bottom of my IntelliJ window whenever I triggered a swap.

However, last night I accidentally committed wrong files to git, so I did a git reset --hard <origin> today, which fixed the problem but now my HotSwapAgent popup no longer shows up!

It used to be shown here:

enter image description here

But now there is no indication whether it's succeeded or failed, I have to expand the Event Log tab in the bottom-right to see if the swap worked. enter image description here

I tried restarting my computer but the problem persists. Why all of a sudden is this occurring? Any suggestions?

Mathomatic
  • 899
  • 1
  • 13
  • 38

1 Answers1

2

Check the notification settings for the Debugger messages in IntelliJ IDEA:

Debugger messages

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904
  • Do you know why this would've been triggered off seemingly at random? I attributed it to my recent out of character `git` command, but that seems strange. – Mathomatic May 07 '19 at 19:19
  • `git` should not affect it, it's stored in [CONFIG](https://intellij-support.jetbrains.com/hc/articles/206544519)`\options\notifications.xml` file. – CrazyCoder May 07 '19 at 19:22