ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Unable to debug / trace through ImageEN libraries

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Fellafoo Posted - May 09 2022 : 05:19:11
I've not run into this previously with other libraries but I'm unable to trace through the ImageEN source. I can right-click on ieVision in the uses clause and Open File at Cursor to open ievision.pas, but I can't find declarations or set breakpoints. I don't see that the compiler directives {$D-} or {$DEBUGINFO OFF} have been set. What am I missing?
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 09 2022 : 14:31:57
Hi

You'll need to recompile the ImageEn DCU files if you need debugging support, by default they do not include debug information.

To avoid going around in circles, put some broken code in the ImageEn file, compile all in your project and ensure that it breaks on the code your inserted. Then remove the broken code and compile all again.

You might want to remove/hide the official ImageEn DCU files too.

Nigel
Xequte Software
www.imageen.com