As described in the header, there are some cases where Intellij cannot recognize / display some local variables.

As you can see, some local variables, for example, outarr and arrptr, are already set: but the debugger does not know about them.
I run inside IJ 13.1.4 in a maven project and include debugging information as follows:
<configuration> <args> .. <arg>-feature</arg> <arg>-g:notc</arg> </args> ..
My question is: did anyone recognize this problem and come up with workarounds for it?
Update . To the suggestion about the answer, here is the result of the Alt-F8 attempt

source share