I have a problem , when i try to put a breakpoint on debug mode and i record with "swtBot Test Recorder" the generated code is :
bot.contextMenu("Add Breakpoint...").click();
bot.textWithLabel("Line number: ").setText("58");
bot.button("OK").click();
(i pressed right click on the field near line number column and select Add Breakpoint) But when i put this code in my @Test it's wrong. I need a way to put a breakpoint on a specific line.