Linked by Eugenia Loli-Queru on Mon 9th Dec 2002 04:57 UTC
SGI and IRIX The compiler suite coming for all SGI MIPS-based machines is one of the best optimized development tools for any platform. SGI has put many years of experience on the newest version of the series, MIPSpro 7.4, which we recently gave it a spin.
Permalink for comment
To read all comments associated with this story, please click here.
Debugger
by chris rupnik on Mon 9th Dec 2002 05:41 UTC

So, how can this work

"which lets you modify the program at the source level while under the debugger and automagically continues running from the new source transparently"

If you compile your program at +O2, how can the debugger change that code without recompiling the whole thing?