Watch variable during execution (real time)

Answered

Hello,


Is there a way to inspect the data inside varible in real time during execution ?


I know can do it via "variable watch" when the program stop on a break point, but I want to watch in real time (without the program stopping)

0
1 comment

No, it's not possible due to Java debugger limitations. You can use logging breakpoint.

0

Please sign in to leave a comment.