Types of breakpoints in Eclipse

Asked

Viewed 97 times

0

I believe that many who use or have used eclipse have already noticed that there are several types of breakpoints existing in it.

The ones with the largest apparitions are similar to this: inserir a descrição da imagem aqui, however, I saw that there are several types of icons for breakpoints(I could not find images of all) as inserir a descrição da imagem aqui, inserir a descrição da imagem aqui, inserir a descrição da imagem aqui, among others...

I believe that each one possesses its particularity within the eclipse and would like to know what the types of breakpoints in the eclipse and what is the difference/usefulness of each of them?

1 answer

1

Hello

I don’t know exactly the images (because I think it varies from versions), but the types of break points I know are

  1. Java Class Breakpoints - when the class is instantiated (folder opened with a blue dot)
  2. Java Exception Breakpoints - when an exception is made (Jota with exclamation)
  3. Java Line Breakpoints - when the debug passes on a certain line (jota with blue dot)
  4. Java Method Breakpoints - when a given method is called (M)
  5. Java Watchpoints - when a condition is reached (binoculars)

https://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.Jdt.doc.user%2Ftasks%2Ftask-add_line_breakpoints.htm

Browser other questions tagged

You are not signed in. Login or sign up in order to post.