wakatime / jetbrains-wakatime

IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, AppCode, AndroidStudio, Goland, Rider, & WebStorm plugin for quantifying your coding.
https://wakatime.com/intellij-idea
BSD 3-Clause "New" or "Revised" License
1.12k stars 163 forks source link

Detect debugging session as Debugging category #235

Open Destaq opened 1 year ago

Destaq commented 1 year ago

When debugging in PyCharm, a JetBrains app, all activity is logged simply as 'Coding' by Wakatime — even though this is clearly not the case. I confirmed this to be the case, and not coincidence/too short a time interval, by running a debug session for a good few minutes and seeing 'Coding' but not 'Debugging' time updating.

I have the latest plugin version installed.

alanhamlett commented 1 year ago

We briefly supported detecting Building/Compiling but never Debugging. We had to rollback detecting compiling because it broke non-Java IDEs like PyCharm:

https://github.com/wakatime/jetbrains-wakatime/issues/206#issuecomment-1103254359

Destaq commented 1 year ago

Understood, that's a shame.

alanhamlett commented 1 year ago

We do plan to support debugging in the future, let's leave this open as a reminder.

CrownVicPI437 commented 1 year ago

Any update on this by chance and maybe getting debugging to show with jetbrains rider?

Pho3niX90 commented 4 months ago

I spent a good time upgrading an app 5 major versions, specifically angular. This was a good chunk of time. I use the stats to also bill in some cases.

What exactly was the issue that broke pycharm?