Re: *MOST* useful feature! [message #33128 is a reply to message #33126] |
Tue, 10 December 2002 01:36   |
Carsten Dominik
Messages: 45 Registered: February 1998
|
Member |
|
|
>>>> > "DF" == David Fanning <david@dfanning.com> writes:
DF> JD Smith (jdsmith@as.arizona.edu) writes:
>> Well, to avoid the scream, I'll only say that in addition to this useful
>> feature, IDLWAVE also lets you "Run Region" on selected text. What does
>> this do for you? Try giving a regular piece of code like:
>>
>> for i=0,1 do begin
>> foo,i
>> endfor
>>
>> to the IDLDE shell. Does it like it? Probably not. IDLWAVE will
>> take that code, slap an END statement at the end, and .run it as a
>> $MAIN$ level routine. Excellent for trying out individual pieces of a
>> routine, complete with real control blocks, at a time.
DF> Oh, I knew it ... :-(
Just wait until JD releases his new debugger :-) I am sure we'll need
some ear protection then.
- Carsten
|
|
|