IoSession session = (IoSession) dbgr.getSession(args[0].getStringValue());
if (session == null) return BooleanValue.FALSE;
Command command = new org.exist.debuggee.dbgp.packets.BreakpointList(session, "");
command.exec();
return Utils.nodeFromString( getContext(), new String( command.responseBytes() ) );
} catch (Throwable e) {
throw new XPathException(this, Module.DEBUG001, e);