Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

Uses of Interface
org.eclipse.jdt.debug.core.IJavaLineBreakpoint

Packages that use IJavaLineBreakpoint
org.eclipse.jdt.debug.core

Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture). 

 

Uses of IJavaLineBreakpoint in org.eclipse.jdt.debug.core
 

Subinterfaces of IJavaLineBreakpoint in org.eclipse.jdt.debug.core
 interface IJavaMethodBreakpoint
          A method breakpoint suspends execution when a method is entered or exited.
 interface IJavaMethodEntryBreakpoint
          A method entry breakpoint suspends execution on the first executable line of a method when entered.
 interface IJavaPatternBreakpoint
          Deprecated. use IJavaStratumLineBreakpoint instead
 interface IJavaStratumLineBreakpoint
          A line breakpoint identified by its source file name and/or path, and stratum that it is relative to.
 interface IJavaTargetPatternBreakpoint
          A line breakpoint installed in types associated with a specific source file (based on source file name debug attribute) and whose fully qualified name matches a specified pattern per target.
 interface IJavaWatchpoint
          A breakpoint on a field.
 

Methods in org.eclipse.jdt.debug.core that return IJavaLineBreakpoint
static  IJavaLineBreakpoint JDIDebugModel. createLineBreakpoint ( IResource resource, String typeName, int lineNumber, int charStart, int charEnd, int hitCount, boolean register, Map attributes)
          Creates and returns a line breakpoint in the type with the given name, at the given line number.
static  IJavaLineBreakpoint JDIDebugModel. lineBreakpointExists ( IResource resource, String typeName, int lineNumber)
          Returns a Java line breakpoint that is already registered with the breakpoint manager for a type with the given name at the given line number in the given resource.
static  IJavaLineBreakpoint JDIDebugModel. lineBreakpointExists ( String typeName, int lineNumber)
          Returns a Java line breakpoint that is already registered with the breakpoint manager for a type with the given name at the given line number.
 

Methods in org.eclipse.jdt.debug.core with parameters of type IJavaLineBreakpoint
 void IJavaBreakpointListener. breakpointHasCompilationErrors ( IJavaLineBreakpoint breakpoint, Message[] errors)
          Notification that the given breakpoint has compilation errors in its conditional expression.
 void IJavaBreakpointListener. breakpointHasRuntimeException ( IJavaLineBreakpoint breakpoint, DebugException exception)
          Notification that the given breakpoint had runtime errors in its conditional expression.
 


Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire