Browsed by
Tag: debugging

Debugging with Deftness in Visual Studio Code

Debugging with Deftness in Visual Studio Code

Here’s a short list of keyboard shortcuts for debugging in Visual Studio Code. Right now, I don’t do a good job using many of these myself, but by writing them down for you I’m reminding myself to integrate them into my workflow. These hotkeys won’t shave hours off of your debugging sessions, but they may make the experience more enjoyable.

Inserting Print Statements

Sometimes all you really need in order to discover what your code is doing wrong is a simple print statement in the middle of a complex set of operations.

Read More Read More