From the course: Debugging C Code

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Configuration and setup

Configuration and setup - C Tutorial

From the course: Debugging C Code

Configuration and setup

- [Instructor] This course uses Codespaces on to provide all the tools you need to program and see, and to work the exercises. To configure Codespaces use the same web browser you're using now to view this course. Here's a page from another one of my courses, and the process runs the same. Below the heading related to this course you see a link for Codespaces. Click the Open button. You're taken to this course's repository on Codespaces. You want to generate your own codespace, which is where you access the exercise files, can edit them, and even run programs in a Linux environment generated on the web and accessible through a desktop or laptop computer's web browser. Click the Code button and choose to Create a new codespace on main. Wait as configures the environment. When everything is ready, the screen looks like this. Source code for this course appears here. If not, click this icon to view the files. This portion of the window is the editor, with…

Contents