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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -