Hello all,
I have a program running with this command 'jdb prog'. It was compiled with 'javac -g prog.java'. The program when running normally asks for input, 1st it asks for a number then it asks for a second number. When running in jdb it still asks for input so I type '5', for exmple, and jdb says "Unrecognized command: '5'. Try help...."
How do I tell jdb to send a number or string for that matter to the running program?
thank you,
Mike