Defines the "single-stepping" classes which implement the single-stepping feature. Single-stepping includes stepping by source line into methods, over methods, and out of methods.

The Stepper implementations are accessed via the SteppingProvider static class. To provide custom implementations of Stepper, you must install your implementation as a "service". See the NetBeans OpenAPIs documentation under "Services & Lookup" to learn how this is done.