ClassroomPlugin Rework FPC (Windows Only) - Visual Studio Code Extension
Overview
The ClassroomPlugin Rework FPC (Windows Only) is a revamped and improved Visual Studio Code extension designed for Windows users. This extension aims to provide enhanced functionality for working with C programming, Git integration, and debugging using GDB.
Features
Compile C Code: Easily compile your C programs from within Visual Studio Code.
Start Extension and Debug: Start the extension and initiate Git commands and debugging.
Stop Extension and Debug: Stop the extension, halt Git commands, and debugging.
Commit and Push to Repository: Simplify the process of committing and pushing your changes to a Git repository.
Start GDB Session: Initiate a GDB debugging session with improved logging.
Stop GDB Session: Terminate the GDB debugging session and stop logging.
Fixed Logging Commands in GDB Session: Version 1.0.7 addresses an issue with logging commands in the GDB session to ensure accurate capturing of commands used during debugging.
Version 1.0.8
Compile C code and Start GDB session will now for cd into current open directory: Version 1.0.8 addresses an issue with compilation fails and GDB log not being captured during usage.