Path: utzoo!attcan!uunet!mcsun!ukc!reading!minster!mike From: mike@minster.york.ac.uk Newsgroups: comp.sys.ibm.pc Subject: Re: Summary of PC Debuggers Message-ID: <639911608.5585@minster.york.ac.uk> Date: 12 Apr 90 09:13:28 GMT Organization: Department of Computer Science, University of York, England Lines: 19 > Although responses are enormous, all agreed that: > Unix dbx is a toy compared to PC debuggers; > 2. Turbo Debugger by Borland and CodeView by Microsoft > are the best. > Some argued that Turbo Debugger is even better. One netter said > Periscope is also a very good choice. If UNIX dbx is a toy compared to the PC debuggers, and hence by implication the TurboC debugger, how do i do the equivalent of: stop in my_func when my_func`var1->v_field->n_val >= main`var2.field1 and when in my_func { print *my_func`var1->v_field ; set my_func`var1->v_val = 27 ; } Or is the objection that dbx only uses two colours :-) ????? mike richardson