Pokazywanie postów oznaczonych etykietą breakpoint. Pokaż wszystkie posty
Pokazywanie postów oznaczonych etykietą breakpoint. Pokaż wszystkie posty

poniedziałek, 16 listopada 2009

How to: Set Breakpoints on a Memory Allocation Number

When you get this:Just set _crtBreakAlloc to the allocation number (130 in the example). There are three possibilities:To enable memory leak detection use this:_CRTDBG_MAP_ALLOC makes dumps more readable. With it:Without it:MSDN Article: How to: Set Breakpoints on a Memory Allocation Number
MSDN Article: Memory Leak Detection Enabling