Skip to content
Rowan James edited this page Jun 11, 2013 · 7 revisions

Debugging

To enable the Web Inspector in the GitX HTML views, run the following command in a terminal window. You can now right click in the web views and select ‘Inspect Element’ to open the Web Inspector. Web Inspector allows you to browse the DOM, inspect CSS, and evaluate JavaScript expressions.

defaults write net.phere.GitX WebKitDeveloperExtras -bool true

Clone this wiki locally