Java Question A really stupid question about eclipse

canalrun

Well-Known Member
Licensed User
Longtime User
Hello,
This is probably a really dumb question about eclipse.

I am using Version: Luna Service Release 1 (4.4.1) of eclipse with a fresh download of ADT.

I'm playing with the OpenCV samples. The color blob feature detection sample.

I can get it to run in both Run and Debug.

I can't figure out how to stop it though. I press the back button on my device and the device stops, but I'm not sure if eclipse thinks it's still debugging.

I see the toolbar green run button and the Run menu. I would expect to see some sort of red stop button somewhere. What am I missing?

My ultimate goal is to produce a B4A library for the features functions of OpenCV.

Thanks,
Barry.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Look for the debug panel:

SS-2014-12-24_08.18.30.png
 

canalrun

Well-Known Member
Licensed User
Longtime User
Thanks. That was it. Seeing how it was supposed to look made all the difference.

Somehow in Window – Customize – Perspective, the debug perspective checkbox was filled solid. I unchecked it then checked it so that it was filled with a checkmark. The terminate toolbar icon now appears enabled-red when I'm debugging and clicking on it shows the terminated message.

Barry.
 
Top