Re: More Joy of Widgets (was: IDL vs. PV-WAVE) [message #9255] |
Sun, 15 June 1997 00:00 |
rivers
Messages: 228 Registered: March 1991
|
Senior Member |
|
|
In article <5ntpj4$gdk$1@news.lth.se>, Struan Gray <struan.gray@sljus.lu.se> writes:
> Edward S. Meinel, meinel@altair.aero.org writes:
> My only complaint is that
> recovering from a bug-induced crash seems much much harder if the
> xmanager is running ...
V5.0 is a major improvement in that area. If you use /no_block in your call to
xmanager, then you still have the command line even when your widget program is
running. This makes proceeding from programming errors is much easier.
You can often just .skip or otherwise fix the error temporarily, and then
edit and recompile the offending routine WHILE THE WIDGET APPLICATION IS
STILL RUNNING. This is a major improvement. As long as the problem is not
with the widgets themselves but in a processing routine this works fine. Just
.RUN the broken routine, and the next time you call it from your widget
interface it works (if you fixed it right!)
____________________________________________________________
Mark Rivers (773) 702-2279 (office)
CARS (773) 702-9951 (secretary)
Univ. of Chicago (773) 702-5454 (FAX)
5640 S. Ellis Ave. (708) 922-0499 (home)
Chicago, IL 60637 rivers@cars.uchicago.edu (e-mail)
or:
Argonne National Laboratory (630) 252-0422 (office)
Building 434A (630) 252-0405 (lab)
9700 South Cass Avenue (630) 252-1713 (beamline)
Argonne, IL 60439 (630) 252-0443 (FAX)
|
|
|