0

I'm having an issue right now with some runaway code (not quite sure if it's stuck in a loop) and I'd like to be able to see the error messages DrJava is giving. However, when I click the "Reset" button, it wipes all the information from the interactions pane, including the error messages. Apart from writing an email to the developers asking them to fix this feature, is there any way to stop DrJava without resetting? Should I just try to switch to Eclipse?

Thanks in advance.

Chris Middleton
  • 5,654
  • 5
  • 31
  • 68

1 Answers1

1

I don't think you can stop Dr. Java from clearing the interactions pane, but you can save the contents of the interactions pane during an infinite loop.

This can be done by going to Tools -> Interactions & Console -> Save Copy of Interactions

Hope this is helpful

swbock
  • 36
  • 2