daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
369 stars 42 forks source link

When I installed, setup and was using Debugger, the whole Sublime window was flashing to black (not straightaway but after a length of time)! #171

Closed aashish108 closed 1 year ago

aashish108 commented 2 years ago

It was flashing black in some moments and totally black for other moments. Seizure grade! Note that it did not happen immediately but after some random time. It only happened after I setup Debugger and was actively debugging. A quick google and I did try "gpu_window_buffer": false, but that appears to do nothing for this issue.

Any help pls? I posted here as I think it might be the plugin but it could be Sublime, I am not really sure where I should post tbh.

Sublime build: 4126 macOS: 12.3.1 on MacBook Pro 2020

Edit: I added to Sublime Forum also. If you think its not Debugger, feel free to delete!

daveleroy commented 2 years ago

It's likely triggered by all the phantom rendering that the debugger uses but it is unlikely something I can fix. I had a similar issue that seemed to go away like 6 months ago so I would try updating your operating system.

daveleroy commented 2 years ago

"hardware_acceleration": "none" also likely works around the issue