www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.debugger - Crash in BP

reply Mika <pepapig_401 hotmail.com> writes:
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
Nov 02 2017
parent Rainer Schuetze <r.sagitario gmx.de> writes:
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
Nov 03 2017