Why won't Visual Leak Detector report file and line number for some stack frames? -


in visual leak detector output, (not all) of frames own code comes "file , line number not available":

0x000000000079b4e8 (file , line number not available): mymodule.dll!namespace1::class1::impl::impl + 0x88 bytes 

a similar question suggests might missing pdb files, set environment variable dbghelp_dbgout per this thread , reported pdb files correctly resolved:

dbghelp: mymodule - private symbols & lines           f:\code\mycompany\myproduct\debug\x64\mymodule.pdb 

so why won't visual leak detector give me file , line numbers frames?


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -