Skip to content
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

Option to only track devtools console time #231

Open
ohitstom opened this issue Oct 4, 2023 · 4 comments
Open

Option to only track devtools console time #231

ohitstom opened this issue Oct 4, 2023 · 4 comments

Comments

@ohitstom
Copy link

ohitstom commented Oct 4, 2023

new feature request:

ispend alot of my time troubleshooting javascript code from chrome devtools, preferably this would be implemented using https://developers.google.com/cast/docs/debugging/remote_debugger so that other apps can be recognized!

@alanhamlett
Copy link
Member

So only track time in browser when devtools is open, otherwise disable WakaTime tracking in the browser?

@ohitstom
Copy link
Author

ohitstom commented Oct 4, 2023

So only track time in browser when devtools is open, otherwise disable WakaTime tracking in the browser?

That would be a simpler implementation yes, though i meant more that it could interfact with remote debugger to get status on when you are typing in devtools (if possible) and for how long for higher accuracy and compatibility with desktop apps.

Though im not sure if that would even be in-line with the browser version?

@alanhamlett
Copy link
Member

alanhamlett commented Oct 4, 2023

get status on when you are typing in devtools

The browser extension should already be doing that. When devtools is open it tracks time towards Debugging category instead of Browsing.

@ohitstom
Copy link
Author

ohitstom commented Oct 4, 2023

get status on when you are typing in devtools

The browser extension should already be doing that. When devtools is open it tracks time towards Debugging category instead of Browsing.

true, but it would be nice to be able to have debugging tracked when debugging applications like discord or Spotify which have remote debugging ports!

a browser implementation would still be great though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants