Hi,
do you know if there is some way to disable a subsystem startUp event (or disable a subsystem) on some way when image start? If you leave a bad code on the startUp method, the image get locked and you have to throw it away. It happened do me when I left an self halt on a method called by startUp of my application subsystem. It would be nice if it would possible to disable it by command line just in case. ciao Giorgio _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Giorgio Well, you could use probes instead of
halts and then set the conditional expression in such a way you
can cause it to return false when you set a parameter. Terry From:
[hidden email] [mailto:[hidden email]] On Behalf Of giorgio ferraris Hi, _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by giorgiof
Hmm. If the subsystem is one that runs after
ImageConfigurationSystem, then you can run -doits, and you could do
something like -doit "MySystem canActivate: false". However, I
suspect that if the system runs that late in startup, then a halt would
also just give you a debugger, and you can proceed it, so you'd be ok
anyway.
At 06:17 AM 11/17/2008, giorgio ferraris wrote: Hi, --
Alan Knight [|], Engineering Manager, Cincom Smalltalk
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Terry Raymond
Hi, Terry,
yes, I know, but that halt was there ... from probably VSE time... I loaded some old code from my stuff and ..voila'! thanks any case Ciao Giorgio
On Mon, Nov 17, 2008 at 1:37 PM, Terry Raymond <[hidden email]> wrote:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by giorgiof
This does point out another aspect of
startup. The gui portion of the debug system is not ready for use
until later in the startup process. Maybe Cincom should modify the system so things
like #halt and breakpoints are disabled until the system can handle
them. Terry From:
[hidden email] [mailto:[hidden email]] On Behalf Of giorgio ferraris Hi, _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |