// set requests for events that will be checked
logWriter.println("");
logWriter.println("=> Set request for BREAKPOINT event in debuggee: "
+ getDebuggeeClassName() + ", beginning of method: "
+ methodForEvents);
Location combinedEventsLocation = getMethodEntryLocation(debuggeeClassID, methodForEvents);
if ( combinedEventsLocation == null ) {
String failureMessage = "## FAILURE: Can NOT get MethodEntryLocation for method '"
+ methodForEvents + "'";
printErrorAndFail(failureMessage);
}