From: Benjamin R. <Ben...@ep...> - 2004-11-11 13:53:12
|
Hi Duncan, Duncan Murdoch writes: > I imagine the debug information is stored differently (or not at > all) for macros, and DrMinGW didn't handle it properly. I don't think any of the current compilers stores debug info for macros at all. Macros are resolved by the preprocessor which usually runs long before any debug info is generated. DrMingw should have indicated the place where the macro was called. benny |