/** * CS149 - Programming Fundamentals * Department of Computer Science * James Madison University * @version Fall 2019 */
The goal of today's activity is to get comfortable using the jGRASP debugger.
First dowload the following two files:
DocumentEditor.java
. At this
point, don't worry about trying to understand the code. Just get
a sense for what the different methods are meant to accomplish.DocumentDriver.java
in jGRASP. Run it and examine the
output. Make sure you understand what the expected output should
be.Use the debugger to find and fix the problems in
DocumentEditor.java
.