0

I am writing an eclipse plugin , and I want to show a message after the user has successfully run the code that he has written in the active editor page. how should I know when the user runs his code?


asked Aug 15, 2014 at 17:30
2
  • Please post code of the "program" Commented Aug 15, 2014 at 17:33
  • sorry , the question was phrased badly ... I edited it... Commented Aug 15, 2014 at 17:50

1 Answer 1

1

You can add an IDebugEventSetListener listener for debug events that will be notified about programs being run / debugged.

DebugPlugin.getDefault().addDebugEventListener(listener);
answered Aug 15, 2014 at 18:26
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.