Re: JSwat 3.11 question
Nathan Fiedler <[email protected]> Mon, 26 Jun 2006 14:01:10 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <[email protected]> |
No, many of the commands that were redundant with regards to graphical =
features were removed. They existed so that JSwat 1.x/2.x could be run =
in a console mode, but 3.x cannot do that.
To modify a variable, use the Evaluator window, and just enter "var =3D =
value" (without the 'set').
n
Steve Frechette wrote:
> I apologize in advance for such a basic question =85
> =
> I am new to JSwat.
> =
> With jswat 3.11, I am at a breakpoint that has the following code. The =
> bp is after the boolean declaration:
> =
> boolean forceNPE =3D false;
> =
> if (forceNPE) {
> =
> // =85
> =
> }
> =
> In the commands window (prompt at bottom), I type =93set forceNPE =3D tru=
e=94. =
> The commands window replies with the following:
> =
> # set forceNPE =3D true
> =
> Command not found: set
> =
> Is the set command still available in 3.11?