I try to debug the caffeine cache, after adding a value to the cache I tried to get it as a map, invoking the asMap() method, but I never received a value, IntelliJ idea show me the message "Collecting data". I can't figure out what is wrong and how to receive value from asMap() method.
I appreciate any help.
Asked
Active
Viewed 86 times
0
-
Attach screenshot and source code if possible. – simar Jan 30 '23 at 10:23
-
Added screenshots – Jan 30 '23 at 11:19
-
Are there any errors in idea.log ("Help | Show Log in...")? – y.bedrov Jan 30 '23 at 13:22
-
I hope it is not remote debug. I had issue with remote debuging and the collection of data was endless. Actually around 1-2minutes depends on amount of data in variable view – simar Jan 30 '23 at 13:27
-
>`Are there any errors in idea.log ("Help | Show Log in...")? ` no, this section is clear. – Jan 30 '23 at 13:38
-
`I hope it is not remote debug. I had issue with remote debuging and the collection of data was endless. Actually around 1-2minutes depends on amount of data in variable view ` No, this is a standard debug session. – Jan 30 '23 at 13:38
-
Did you customize any debugger settings such as type renderers? Do any of the settings from https://intellij-support.jetbrains.com/hc/en-us/articles/206544799 help? – y.bedrov Feb 08 '23 at 13:25
-
I've customized renderer only for long type – Feb 16 '23 at 10:56