Код: Выделить всё
rlwrap jdb -attach 192.168.5.55:9999
Код: Выделить всё
> stop in comm.app.aaa.func
> set a = 0
> cont
Подробнее здесь: https://stackoverflow.com/questions/792 ... ith-rlwrap
Код: Выделить всё
rlwrap jdb -attach 192.168.5.55:9999
Код: Выделить всё
> stop in comm.app.aaa.func
> set a = 0
> cont