Bug report Call Stack

delphi package - automated exception handling
Post Reply
Halley73
Posts: 6
Joined: Mon Oct 26, 2015 11:28 am

Bug report Call Stack

Post by Halley73 »

Hi,
i'm using madExcept under Rad Studio XE2.

The problem is. If I compile project in Debug mode in the call stack i can see Unit name and the line that generate the error. If I compile project in Release mode i only see exe name and wrong line.

I've to change project setting to have release mode working as debug mode?
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Bug report Call Stack

Post by madshi »

Are we talking about Delphi or BCB? And you compile in the IDE? Or do you compile by using external tools (e.g. command line compiling or FinalBuilder etc)?
Halley73
Posts: 6
Joined: Mon Oct 26, 2015 11:28 am

Re: Bug report Call Stack

Post by Halley73 »

Delphi and i'm compiling in the IDE
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Bug report Call Stack

Post by madshi »

That is very weird. Normally this kind of stuff works totally automatically. Especially for Delphi madExcept is changing all the compiler and linker settings automatically to make sure that line numbers and function names are included and correct. Is it possible that there's an old "yourProject.tds" or "yourProject.map" file flying around somewhere?

Have you manually changed any compiler or linker settings? E.g. have you enabled the creation of TD32 debug information (*.tds)?
Halley73
Posts: 6
Joined: Mon Oct 26, 2015 11:28 am

Re: Bug report Call Stack

Post by Halley73 »

Can i send you my sample projects?
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Bug report Call Stack

Post by madshi »

Sure. eMail address see my homepage.
Post Reply