Go to file
Daniel Zaoui aee290a401 Inform the user about the connection establishment
For the local mode, in case the connection cannot be established, the
user is proposed to launch the daemon, in which case the connection is
retried right after that step.
For the remote mode, the user is just informed that the setup has to be
verified.
2018-06-17 23:02:12 +03:00
cmake/Modules First patch for the Clouseau rewriting 2017-06-06 10:26:45 +03:00
data clouseau: introduce focus inspector 2017-10-31 16:33:36 +01:00
src Inform the user about the connection establishment 2018-06-17 23:02:12 +03:00
.arcconfig Add arc config. 2015-07-08 12:12:12 +01:00
.gitignore Add README 2018-06-15 11:09:39 +03:00
CMakeLists.txt Update code after Eolian changes in EFL 2018-03-14 12:48:43 +02:00
README Add README 2018-06-15 11:09:39 +03:00

README

Clouseau

Clouseau is a UI inspection tool aimed to debug EFL applications.

Requirements:

  efl (1.20 +)

Compiling:

1. mkdir build
2. cd build
3. cmake -DCMAKE_INSTALL_PREFIX=/your_install_path ..
4. make
5. (sudo) make install

How to use it?

1. Run efl_debugd on the machine where the program to debug has to run
2. Run your program
3. Run clouseau_client -l / -r [port]
4. Choose the extension you want to use
5. Choose your application

clouseau_client can run in three modes:
- locally: it connects to the local daemon (efl_debugd)
- remotely: you have to establish a connection (SSH...) and to supply the port to use to Clouseau
- offline: this is for the case you want to visualize a snapshot saved earlier