From 16b15773bf9b9f821c4baa7ff445392b6cac5234 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 15 Jul 2015 13:44:07 -0700 Subject: [PATCH] troubleshooting section in readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d15c0fb..81618be 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,14 @@ Screen Shots ![Project Overview](https://wakatime.com/static/img/ScreenShots/ScreenShot-2014-10-29.png) +Troubleshooting +--------------- + +First, turn on debug mode in your `WakaTime.sublime-settings` file. + +![sublime user settings](https://wakatime.com/static/img/ScreenShots/sublime-wakatime-settings-menu.png) + +Add the line: `"debug": true` + +Then, open your Sublime Console with `View -> Show Console` to see the plugin executing the wakatime cli process when sending a heartbeat. Also, tail your `$HOME/.wakatime.log` file to debug wakatime cli problems. +