Intercepting dev events

Hi everyone.
I'm developing a plugin to send dev events to an Hackystat (hackystat.org) server for further analisys.
I'd like to know if it's possible with the 9.x release of IntelliJ IDEA to have listen to debug events like setting/unsetting breakpoints, stepping into/over code block, etc
(it would be nice if I could come across all the events available for Eclispe, you can find them here: http://code.google.com/p/hackystat-sensor-eclipse/wiki/UserGuide)
Thank you.

0
Avatar
Permanently deleted user

Hi Davide,
Generally speaking, there is no open API for debugger in this area.
Probably BreakpointManagerListener.breakpointsChanged() will help you.
As for stepping, there are no events of that kind exposed as open API

0
Avatar
Permanently deleted user

Thank you,
I was quite sure about that. I'll try to focus on catching Maven building events so.

0

请先登录再写评论。