rajkumar-rangaraj / PDB-Downloader

PDB Downloader - An easier way to download Microsoft's public symbols for Libraries and Executables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File size is not updated

tathanhdinh opened this issue · comments

The File Size: label is updated (by the size of the downloaded file) only in the case the pdb is downloaded via file.ptr. That is because of fireEventFromBgw(Event.FileDownloadStarted) is called only in the case where fileptr is true.

It should be called also in the other branch (where fileptr is false).