6 ms·
Intellij could support the touchbar - I was going to say it's a great way to do debugging until I found that using arrow keys + modifier is a fantastic way to c
by gilescope2 8y ago
Intellij could support the touchbar - I was going to say it's a great way to do debugging until I found that using arrow keys + modifier is a fantastic way to control the debugger. (up=continue, left=step out, right=step in, down=step)
- earlz 8y agoWhy have I never heard of this arrow key method of debugging? That would be much more natural than the typical "fn+shift+F8 is step" stuff
- thought_alarm 8y agoI use Control+S,Z,X,C for debugging, mapping Caps Lock to Control. (S=continue, Z=Step Over, X=Step In, C=Step Out). It keeps my right hand free for mousing around, drinking coffee, etc. What modifier are you using for the arrow keys? Aren't they all taken already?
- polyx 8y agoThey already do, in the 2018.2 EAP there is support for touchbar. Since it's already in RC state I think the stable version will be out in a couple of weeks.