Bug 30701

GemBuilder for Smalltalk/VW

7.6, 7.5, 7.4.1, 7.4, 7.3.3, 7.3.2, 7.3.1, 7.3, 7.2.2, 7.2.1, 7.2, 7.1.2, 7.1.1, 7.1, 7.0.2, 7.0.1, 7.0, 6.2, 6.1, 6.0

VW 7.x

with GS64 3.x

GBS PDP debugger: Altering temp on first entry into method gets GbsRtErrArgOutOfRange

On first entry into a server method such as:

  someMethod
    | a b |
    a := 5.
    b := 6.

the step point highlighted initially is the first line, the method name itself.  At this point, the temporary inspector pane contains the field names 'a' and 'b'. If you try to select one of these fields, enter a value into the inspector text pane, and accept that value, an error is reported:

  GbsRtErrArgOutOfRange - The following argument is too
  large or out of range: 1

After the first step in this method, however, assignment of temporaries from the inspector will succeed.

Workaround

Step at least once in the method before assigning temporaries in the temp inspector pane.


                

Last updated: 3/31/05