Eclipse Plugin To Read Breakpoint Information
I'm working with a legacy embedded debugging tool and it's frustrating to work with. I just found out however that it can be automated in ma开发者_如何转开发ny ways, such at setting breakpoints on start up.
Since I use eclipse cdt as my development environment, I was wondering if I could write an eclipse plugin that reads all my breakpoints so I can generate a script in my debugging tools proprietary language and then launch the debugger. This way I can set breakpoints in eclipse and have them load up in my debugger when ever I need them.
Right-click in the breakpoint view and select "Export breakpoints..."
精彩评论