Is there a way to start jdb and attach from the beginning a list of breakpoints?
Something along the line of jdb -<?some_flag?> ./breakpoints Main
It is trully tedious entering these breakpoints manually upon starting a new debugging session, and I am sure there must be a way. The documentation does not make it clear that such a thing exists.