-
Notifications
You must be signed in to change notification settings - Fork 45
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
Debugger gives TypeError #256
Comments
Did restarting fix this? |
Only idea I have is that font_size is set to You could try running |
I have found a workaround for macos: |
Okay that worked, thanks |
When you run SublimeDebugger/Debugger.sublime-settings Line 20 in cb99710
|
User settings is empty but the default is set to 10. Also is there a limite number of times I can request Github API for adapters? Mine showed all of them before but now it is showing a 403 error. |
And now its working, huh |
The github api uses etags and the responses are cached in memory so if you restart or reload the debugger plugin you could end up rate limited (resets every hour I believe). The |
Oh okay did not know that. Also the default 10 size is after I edited the |
Tried to open Debugger via the Debugger: Open command. Would not run and gives the following error.
How could I fix this?
The text was updated successfully, but these errors were encountered: