0

Problem

My code runs without problem but this prompt keeps appearing. I have run into this problem a lot but I just ignored it since the code runs fine. However it's starting to get rather annoying and all the fixes I saw online did not work. I suspect this has something to do with 'hot code replace'.

I also did set "Build automatically".

I saw on some other post that I could disable hot code replace by going to Preferences>Run/Debug, but I found no such option.

Any help is appreciated, thanks!

Hello World
  • 191
  • 2
  • 9
  • You get that when you _debug_ your code, but not when you _run_ it, right? Do you only get this if you change code while debugging? Which Java VM do you use exactly? Do you get that even with a "Hello World" application without dependencies and without having a breakpoint set? – howlger Jun 28 '20 at 08:59

1 Answers1

0

Apparently I was running in debug, I confused my shortcut keys... Problem fixed lol

Hello World
  • 191
  • 2
  • 9