ide: PDB debugger support for global variables

git-svn-id: svn://ultimatepp.org/upp/trunk@7592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-08-19 06:27:43 +00:00
parent 6fc91d3fd6
commit 181fef1168
5 changed files with 59 additions and 104 deletions

View file

@ -101,7 +101,6 @@ void Pdb::LoadModuleInfo()
bool Pdb::AddBp(adr_t address)
{
LLOG("AddBp: " << Hex(address));
LLOG("AddBp: " << Hex((adr_t)(LPVOID) address));
if(bp_set.Find(address) >= 0)
return true;
byte prev;