chrome-xdebug-client
chrome-xdebug-client copied to clipboard
Missing features
I just took this to a spin, on a hurry. There was a big fat bug in my CLI component and i just couldn't figure out where. So, I took this for a spin.
Turns out that it is really great, actually! I really like to use shortcuts, and the ones provided can even be changed. So that is pretty nice.
But I totally missed variable inspection. Like I kept trying to copypaste the variables from the source into the tiny box at the bottom. Clicking on a variable should reveal it's value - that would feel way more natural. Or, like, just something like that. But copypaste is broken on OS X in Chrome Apps, if the shortcut is not provided. So I was stuck copytyping.
Kind regards, Ingwie
I'm glad to hear you found the app helpful :)
You're right, more natural variable inspection would make the workflow much smoother. It's definitely something I'd like to implement - I might actually give it a priority in the new year ;)
The broken copy/paste you mentioned... what are the symptoms? Is it just not working at all?
Thanks!
Basically, pressing a shortcut on Mac reququires it to be present in the menu.
So, if there is no menu entry defined for CMD+C - which is like CTRL+C - then I can not copy.
Therefore, the only way I can copy stuff is using the context menu’s "copy" option. But I can not copy using shortcuts.
I also would love to see inspection of the current contexts. Also I'd like to see the possibility to load more lines on demand, while still initially loading only the lines configured in the settings. Furthermore a way to run up to a specific line would be handy (without setting a breakpoint manually)
Just a quick update... load more line on demand is a thing now.