Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can debug into a single unit test in Eclipse by first making sure you've built the Eclipse files as described elsewhere,
and imported the project into Eclipse.
Then set one or more breakpoints, highlight the method name of the junit test method you want to debug into, and
do Run -> Debug.

A test fails with a NullPointerException in MiniDFSCluster

...