Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!umich!srvr1!moe.engin.umich.edu!sjw_nc From: sjw_nc@caen.engin.umich.edu (Scott J Wilderman) Newsgroups: comp.sys.apollo Subject: dde and entry points Message-ID: <1990May27.225011.8276@caen.engin.umich.edu> Date: 27 May 90 22:50:11 GMT Sender: news@caen.engin.umich.edu (CAEN Netnews) Organization: University of Michigan Engineering, Ann Arbor Lines: 22 I have had nothing but trouble with dde and entry points, and I am wondering if others have had the same problems. I can not understand the following things: 1. I can not set a break point on an entry point name. 2. I can not 'step' from a main program to an entry point - it's treated as 'go'. 3. If I type 'break sub_name' or 'env sub_name\', where 'sub_name' is the routine containing entry points, the active environment gets set to the first statement after the last entry point. ==================== In general, I'm not sure I think OS 10's 'dde' is an improvement over 9.7's 'debug'. There are a few 'neat' features, but in addition to introducing some bugs (on 10.1) that make things hell (all floating points less than 10**-5 print as 0. - what a travesty), 'dde' removed some features of 'debug' that I used and liked have disappeared. At least it's better than dbx. ==================== Scott Wilderman