Intellij debugger screens blank

Viewed 4483

Intellij debug screens are blank

All of my IntelliJ debug screens are blank. I have tried a number of classes now including the tutorial one from IntelliJ but nonmatter what I do with the break point I never get an output in the debug window when running in debug mode.

I was asked to upload a video which is here:

https://www.dropbox.com/s/8tnhuh16afz0scz/Intelij_debug_201012.mp4?dl=0

This is the same result with any class I look to debug

Below is the config as Matt requested

enter image description here

2 Answers

Solved thanks to the prompt from @crazycoder I had to use the Project Structure dialogue to remove all of the Content Roots and then to start again adding just the root folder (scr in my case). With that fixed the class is found and the debug runs.

enter image description here

I am have a this issue. When I see this error, I am try to start debug in other opened project in IDEA, and in all of they DEBUG don't worked. My solution was very simple - restart my computer. It is help me.

Related