digitalmars.D.debugger - Crash in BP
- Mika (7/7) Nov 02 2017 Hi , i have a question.
- Rainer Schuetze (5/17) Nov 03 2017 Is this related to debugging D programs?
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
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 <3Is 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