Crash in BP
Rainer Schuetze
r.sagitario at gmx.de
Fri Nov 3 08:50:35 UTC 2017
On 02.11.2017 21:01, Mika wrote:
> Hi , i have a question.
>
> When i use ollydbg in some programs says the entry point is not the
> original ,when i attach them they not have problems , but if i wanna put
> a bp in any part of the program, the program crash.
>
>
> i don't know what i need to learn, is this a unpacking problem ?, ¿ if
> is this , how i need to learn to solve ?
>
>
> thanks for read, and srry for my bad english <3
Is this related to debugging D programs?
Are you building with the default dmd tool chain or use the "-m32"
switch? You should convert the debug information with cv2pdb in that
case: https://github.com/rainers/cv2pdb/releases
More information about the Digitalmars-d-debugger
mailing list