diff --git a/src/debugger/DebuggerParser.cxx b/src/debugger/DebuggerParser.cxx index fb29f3da7..1f4797a10 100644 --- a/src/debugger/DebuggerParser.cxx +++ b/src/debugger/DebuggerParser.cxx @@ -1451,7 +1451,7 @@ void DebuggerParser::executeListbreaks() { if(debugger.breakPoints().check(addr, bank)) { - if(!bankCount) + if(bankCount == 1) { buf << debugger.cartDebug().getLabel(addr, true, 4) << " "; if(!(++count % 8)) buf << endl;