* <code>true</code>; ModificationWatchpointRequest if access is
* <code>false</code>).
*/
protected WatchpointRequest createWatchpoint(JDIDebugTarget target,
Field field, boolean access) throws CoreException {
WatchpointRequest request = null;
EventRequestManager manager = target.getEventRequestManager();
if (manager == null) {
target.requestFailed(
JDIDebugBreakpointMessages.JavaWatchpoint_Unable_to_create_breakpoint_request___VM_disconnected__1,
null);