mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
Display 'breakpoint hit' message in Debug view.
This commit is contained in:
parent
1bd7e22639
commit
f22e80eb05
1 changed files with 0 additions and 2 deletions
|
@ -335,12 +335,10 @@ public class CDTDebugModelPresentation extends LabelProvider
|
|||
{
|
||||
return target.getName() + " (Watchpoint is out of scope)";
|
||||
}
|
||||
/*
|
||||
if ( info != null && info instanceof ICDIBreakpointHit )
|
||||
{
|
||||
return target.getName() + " (Breakpoint hit)";
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue