stopping in Visual Studio IDE when Inspector encounters a memory issue

stopping in Visual Studio IDE when Inspector encounters a memory issue

Imagen de teds@intex.com

In the VS 2010 IDE, is there a way to stop at the line thatthe Inspector flags as causing
a memory issue?

Thanks,

Ted

publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Peter Wang (Intel)

Hi Ted,

Did you mean that you want to use debugger (or expect similar function from the inspector) to stop program at the problematic line at runtime?

The answer is "no", Intel Inspector or Intel Inspector XE can not stop running program. That is post-analysis tool for memory issues (after program exits), the tool canidentify memory issue at line number thendrill downtosource view (highlighting problematic line).

Regards, Peter

Inicie sesión para dejar un comentario.