ReSharper 2024.1 Help

DPA during Debugging

Debugging and memory allocation analysis

During debugging, system assemblies used by your application provide additional data to the debugger. As a result, these assemblies allocate more memory compared to a regular application run. Currently, DPA can't distinguish these additional allocations from regular allocations made by your program. This might result in false-positive memory allocation issues detected by DPA.

Because of this, you might want to disable memory allocation analysis when you debug your solution. To do this, turn off the Analyze memory allocation during debugging option in Extensions | ReSharper | Options | Dynamic Program Analysis | Memory Allocation.

Last modified: 14 March 2024