visual studio 2005 - Conditional breakpoint when heap > some limit -
is possible break debugger when allocated memory of attached-to process becomes bigger value?
preferrably using visual studio 2005, other ide's/debuggers option.
there no direct way it. alternative set ordinary breakpoint somewhere inside crt allocation code, , set break when hit count multiple of 2000. you'll wanted state enough.
Comments
Post a Comment