Is it possible to view variables passed as arguments to functions if the class was compiled without debug flags? I successfully set a breakpoint on the call, but after that I do not know how to consider the meaning of the arguments. I do not have good source code, soft - suffix. A function like this: void a (int var1, boolean var2) - so I want to print var1 and print var2.
source share