> > > I would like to know from where Complete_Master is called to break there > > > and > > > find out why it uses the wrong id. > > > > Why don't you simply put a breakpoint on Complete_Master? > > That's how I found out about the wrong/weird Self_Id.
Then you should also get a backtrace which will give you extra info. > > You can also build hello.adb with the -gnatD switch to debug at the code > > expansion level where you'll see the call to Complete_Master. > > > > Thank you, that option helps a lot. Will check out the generated code > tomorrow. Glad to hear it. Arno