ReClass.NET icon indicating copy to clipboard operation
ReClass.NET copied to clipboard

Debugger freezing if breakpoint is removed while address is accessed too frequently

Open TheLeftExit opened this issue 4 years ago • 0 comments

I'm tracking multi-level pointers in an app with Memory Scanner, and at some point "What accesses this address" menu has the address accessed by a single instruction 200-300 times/second (at a stable rate). When I click "Stop", ReClass freezes completely.

Debugging the project shows two dissectable threads:

TheLeftExit avatar May 19 '21 15:05 TheLeftExit