I think Eclipse has a feature to monitor a running application, and I&#39;m wondering if this feature is available in Eric.<br><br>I think the feature works something like this (I&#39;m not a techy):<br><br>1)  Configure Eclipse to &quot;listen&quot; to a specified running Java application. <br>
<br>2)  Launch the application.<br><br>3)  Set up the Eclipse project that contains the source Java code for the application.<br><br>4)  Perform some action in the GUI of the running application.<br><br>5)  In the Eclipse editor, the code for the event is automatically highlighted.<br>
<br>Can this be done in Eric for a Python app?<br>