View previous topic :: View next topic |
Author |
Message |
chronozphere DeleD PRO user
Joined: 20 Jun 2006 Posts: 1010 Location: Netherlands
|
Posted: Mon Nov 03, 2008 7:41 pm Post subject: Debugging my Plugin.... [SOLVED] |
|
|
Hey Guy's
I have this weird problem. My breakpoints are skipped when i try to debug my plugin. My code seems to be executed though, because i see a form, and all information about my plugin has been transferred to DeleD.
I'm working with Delphi 7. My breakpoints are active (red) like they should be, and i set the host application to DeleD.exe (Run > Parameters).
Can anyone tell me why my breakpoints don't work? How can i debug plugin's without them?
Thanks!
Edit: I just solved the bug. A quick search at NLDelphi brought up a thread with a nice answer. It was actually Paul-Jan who posted the sollution. I should have checked the "Include TD32 Debug info" and "Include remote debug symbols". |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Wed Nov 05, 2008 9:16 am Post subject: |
|
|
Well done, good researching there.
(You can also connect to the running DeleD.exe process using the ctrl-alt-m modules overview, that doesn't require the external debugging symbols... but is a bit more of a hassle) |
|
Back to top |
|
|
|