BreakPoints usage in plugins
Hi Guys,
First of all let me thank you for this AMAZING tool.
I've been using both IntelliJ and Eclipse for a while and IntelliJ rocks harder , all the way....
Lately i've been working on a plugin for my team at HP (we are using ultimate edition), which has to collect all breakpoint from an open project.
I've been googling for tutorials all weekend long , and couldn't find anything related.
I've checkout the community edition , and found a class which might help
com.intellij.debugger.ui.breakpoints.BreakPointManager which contains the getBreakpoints() method .
the problem is it is inaccessible from my plugin development project, as stated i have created IntelliJ idea Plugin SDK pointing to my
Ultimate edition location, and i just cant access the BreakpointManager class.
any help? maybe there is alternative way?
Thanks in advance.
Please sign in to leave a comment.
Hello pavel,
You need to add idea.jar to the classpath of your IntelliJ IDEA SDK.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"