using Output window for Visual Studio logging
This commit is contained in:
parent
739fe4ba99
commit
72d9390832
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
* **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 <https://github.com/textmate/textmate/wiki/Enable-Logging>`_)
|
* **TextMate** logs to stderr so run TextMate from Terminal to see any errors (`enable logging <https://github.com/textmate/textmate/wiki/Enable-Logging>`_)
|
||||||
* **Vim** errors get displayed in the status line or inline (use ``:redraw!`` to clear inline errors)
|
* **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... <http://blogs.msdn.com/b/visualstudio/archive/2010/02/24/troubleshooting-with-the-activity-log.aspx>`_)
|
* **Visual Studio** logs to the Output window, but uncaught exceptions go to ActivityLog.xml (`more info... <http://blogs.msdn.com/b/visualstudio/archive/2010/02/24/troubleshooting-with-the-activity-log.aspx>`_)
|
||||||
* **Xcode** errors go to ``dmesg`` (type ``dmesg`` in a Terminal to view them)
|
* **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 <https://wakatime.com/api/v1/users/current>`_ api resource. Saving a file forces a heartbeat to be sent.
|
Check that heartbeats are received by the WakaTime api with the ``last_heartbeat`` and ``last_plugin`` attributes from the `current user <https://wakatime.com/api/v1/users/current>`_ api resource. Saving a file forces a heartbeat to be sent.
|
||||||
|
|
Loading…
Reference in a new issue