Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Automatically setting breakpoints.
Automatically setting breakpoints. [message #199573] Mon, 28 March 2005 14:24
Eclipse UserFriend
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.
Previous Topic:Getting strange behaviour from an opened editor
Next Topic:How to run my plugin unit tests from the command line
Goto Forum:
  


Current Time: Sat Jul 19 01:22:09 EDT 2025

Powered by FUDForum. Page generated in 0.02722 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top