well that’s what I do usually…. I just think there is a better way. Using a remote debugger requires having the exact version of code checked out and the project set up in your IDE. Also - can you do anything without setting a breakpoint? remote debugging is also very slow if the box is remote. I’m thinking ssh to a box and run a repl to an existing process.
On Tue, Feb 25, 2014 at 8:43 PM, Cédric Beust ♔ <[email protected]> wrote: > On Tue, Feb 25, 2014 at 6:03 PM, phil swenson <[email protected]> > wrote: > > it sure would be nice to attach a REPL into a running java process and >> inspect/modify state… > > How is that different from launching your process with -Xrunjdwp and > attaching a remote debugger to it? > -- > Cédric > > -- > You received this message because you are subscribed to the Google Groups > "Java Posse" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/javaposse. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Java Posse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/javaposse. For more options, visit https://groups.google.com/groups/opt_out.
