Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class MyClass {
  2. private int i = 0; // this line can have a breakpoint in Eclipse
  3. }
  4.  
  5. public class MyClass {
  6.  
  7. public MyClass() {
  8. super();
  9. }
  10.  
  11. }
  12.  
  13. vm.breakpoint("org.acme.SubStringTest",7) {
  14. println "I'm at SubStringTest.java line 7";
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement