Search code examples
javamultithreadingdebuggingintellij-ideaintellij-14

What does the yellow background on filename mean in Intellij?


I think it might have something to do with asynchronous tasks but I don't know for sure. Could someone please clarify this for me?

Also what do the yellow frames mean when you are debugging?

enter image description here


Solution

  • This color indicates the non-project files (libraries), you can customize it here:

    non-project files

    Make sure to restart the debugger for the changes to have effect.