(CodeLib-Manager)
Registriert seit: 10. Jun 2002
4.648 Beiträge
Delphi XE Professional
|
Re: Was genau ist "Insert JCL Debug Data" im Proje
16. Jun 2005, 18:17
Hallo,
Habe bei Google mit den Stichwortern "insert jcl debug data" sofort etwas gefunden:
http://www.gnegg.ch/archives/jcldebug.html
Zitat:
When you have completed the installation of the package, a new Menu Option called "Insert JCL Debug Data" will be added to the Project-Menu of your Delphi- IDE.
Now you add an Exception-Dialog to the Application using "File, New, Other..." followed by "Dialog, Exception Dialog".
The newly added Form can easily be customized to your likings.
Now make a complete build. The IDE-Plugins will create a MAP-File, compress it and add it to the .EXE-File of your Project. When an Exception is thrown, the new error-dialog will be used, displaying a complete callstack with filenames and linenumbers.
Thomas
|
|
Zitat
|