()
| 764 | final LineID newCurrentLine = locationToLineID(be.location()); |
| 765 | java.awt.EventQueue.invokeLater(new Runnable() { |
| 766 | @Override |
| 767 | public void run() { |
| 768 | editor.setCurrentLine(newCurrentLine); |
| 769 | editor.deactivateStep(); |
| 770 | editor.deactivateContinue(); |
| 771 | } |
| 772 | }); |
| 773 | |
| 774 | // hit a breakpoint during a step, need to cancel the step. |
nothing calls this directly
no test coverage detected