Automatically setting breakpoints. [message #199573] |
Mon, 28 March 2005 14:24 |
Eclipse User |
|
|
|
Hi there!
I have this problem: I have a 2000 lines file like this:
ClassA.java:456
ClassA.java:353
ClassA.java:8942
ClassB.java:194
ClassB.java:987
ClassC.java:6261
..
..
..
Well, I would like to develop a plugin using jdt that reads each line of
this file and automatically sets the breakpoint for each line read. For
instance, the plugin will set a breakpoint in line 456 of ClassA.java, 353
of ClassA.java, and so on. Is it possible to implement? Do you know if
this problem have a solution? I really don't know where I begin the
development, I only know that there's a class interface that would handle
breakpoints, but I don't know where's the implementation. Can anyone give
me a helping hand?
Regards,
Lucas Bracher.
|
|
|
Powered by
FUDForum. Page generated in 0.02722 seconds