mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-14 22:03:16 -06:00
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:
parent
6fc91d3fd6
commit
181fef1168
5 changed files with 59 additions and 104 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue