Date: Fri, 1 Apr 94 10:39:12 -0500 From: dj AT ctron DOT com (DJ Delorie) To: h_ellenberger AT p14 DOT lemas DOT chg DOT imp DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Debugging cc1plus with edebug > I unsucessfully tried to have cc1plus.exe running under edebug. I failed > because cc1plus is called from gcc... Run "gcc -v ..." to see what to invoke manually. > I also would like to have it free running up to a specific point. Is there a > possibility to place somthing in the source code that triggers kind of a > permanent break point? asm("int $3"); You'll have to reset %eip manually to step over it.