From 72d9390832d23f22610d0bb7e8a4447b8fd3f494 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 22 Jul 2015 22:59:19 -0700 Subject: [PATCH] using Output window for Visual Studio logging --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 28e708e..9e9da35 100644 --- a/README.rst +++ b/README.rst @@ -70,7 +70,7 @@ Each plugin also has it's own log file for things outside of the common wakatime * **Sublime** Text logs to the Sublime Console (View -> Show Console) * **TextMate** logs to stderr so run TextMate from Terminal to see any errors (`enable logging `_) * **Vim** errors get displayed in the status line or inline (use ``:redraw!`` to clear inline errors) -* **Visual Studio** errors go to ActivityLog.xml (`more info... `_) +* **Visual Studio** logs to the Output window, but uncaught exceptions go to ActivityLog.xml (`more info... `_) * **Xcode** errors go to ``dmesg`` (type ``dmesg`` in a Terminal to view them) Check that heartbeats are received by the WakaTime api with the ``last_heartbeat`` and ``last_plugin`` attributes from the `current user `_ api resource. Saving a file forces a heartbeat to be sent.