TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
18 stars 10 forks source link

Adds support for tracking a debug interval #235

Closed nspruit closed 8 years ago

nspruit commented 8 years ago

This PR adds support for tracking debug intervals. For this, the following steps have been performed:

  1. Add DebugInterval type to the core project
  2. Add a start and end debug event and adapt the EventManager to create/close DebugIntervals based on these events
  3. Generate these debug events by adding a new listener for events fired by the debugger in both IJ and Eclipse
nspruit commented 8 years ago

@Inventitech I've processed your comments in e396a7b

nspruit commented 8 years ago

Wrong indentation in IJ file is now fixed

Inventitech commented 8 years ago

Thank you!