How to debug 'Program with Scanner' using JDB
Hi,
My program is unable to proceed to the breakpoint because there is a scanner class in the way.
JDB only recognise all my inputs as commands. So i basically cannot type in anything for the scanner to take in.
Is there anyway to solve this problem? Is JDB compatible for Scanner Class?

