-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect debugging session as Debugging category #235
Comments
We briefly supported detecting Building/Compiling but never Debugging. We had to rollback detecting compiling because it broke non-Java IDEs like PyCharm: |
Understood, that's a shame. |
We do plan to support debugging in the future, let's leave this open as a reminder. |
Any update on this by chance and maybe getting debugging to show with jetbrains rider? |
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? |
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.
The text was updated successfully, but these errors were encountered: