Can I use tkeclipse with my embedded ECLiPSe applications?
Like eclipse, tkeclipse itself is designed for interactive use, i.e. you load your ECLiPSe program into it and run it. However, the graphical tool set, e.g. the tracer, can be linked with an ECLiPSe application that is embedded into a host language, e.g. C, Java. To use the tools, you need to attach tktools to your application. See the manual description of tktools for more details. In fact, tktools can be attached to and use by any ECLiPSe code, as long as you are running in an environment that can display graphics. For example, you can use tktools when you are running ECLiPSe from within emacs using the ECLiPSe mode, which provides support to make this easier – you can start tktools from the ECLiPSe-Process menu.