forcedotcom / code-builder-feedback

This repository is used to collect feedback for the Code Builder beta.
29 stars 2 forks source link

Apex Replay Debugger: Allow the Step Over function to be executed by one key only #194

Closed caguirre2018 closed 10 months ago

caguirre2018 commented 1 year ago

Is your feature request related to a problem? Please describe. I was surprised to see that when doing a debug session on the apex replay debug in code builder, one has to type a combination of two keys to do a step-over. In VSCode you only have to type F10. It was annoying to have to type two keys to do a simple step over a line of code when debugging.

Describe what you are ultimately trying to do I would like the process of stepping over lines of code to be easier

Describe how you think Code Builder can help solve your problem or improve your work I think, if possible, code builder should allow only F10 to be used to do a step-over.

Additional context In the screenshot below, you can see that I'm using a mac computer. In my case, in order to step over a line of code when debugging, I need to type Option + F10 to do that.

Step Over key
smaddox-sf commented 10 months ago

The hot key mapping for your browser can be slightly different than desktop. You may be able to adjust the browser settings to tune the hotkeys in Code Builder