xrdebug / php

Official PHP client library for xrDebug
https://xrdebug.com
Apache License 2.0
222 stars 6 forks source link

`Ctrl + C` shortcut clears the session #42

Closed micc83 closed 2 years ago

micc83 commented 2 years ago

When Ctrl + C key shortcut is typed inside the browser it clears the session as the C key is mapped with "Clear Session".

rodber commented 2 years ago

Try with the referenced commit. It blocks meta or ctrl or alt for the keys used to control XR so it should ignore all the browser + os combinations.

micc83 commented 2 years ago

Yep, it seems to work now on Chrome for Windows. Thank you.