mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 01:24:54 -06:00
.DDUMP in ide
git-svn-id: svn://ultimatepp.org/upp/trunk@5998 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3f8361dde8
commit
d5443bc4ba
1 changed files with 0 additions and 1 deletions
|
|
@ -200,7 +200,6 @@ void Pdb::SetFrame()
|
|||
bool Pdb::SetBreakpoint(const String& filename, int line, const String& bp)
|
||||
{
|
||||
adr_t a = GetAddress(FilePos(filename, line));
|
||||
DDUMP(a);
|
||||
if(!a)
|
||||
return false;
|
||||
int q = breakpoint.Find(a);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue