Skip to content

C Code Runner Debugger Version 1.0 Documentation

DeveloperSwastik edited this page Dec 22, 2022 · 3 revisions

Logo Image


Home            downloads            Documentations


Table of Contents

How to Use C Code Runner Debugger Version 1.0 On Your Windows Machine 🔝

Step 1: Download C_Code_Runner_Debugger.zip file by clicking below download link.

Download Version 1.0 Latest Patch Release

Step 2: Extract the C_Code_Runner_Debugger.zip file for getting c_code_runner_debugger.exe file

Step 3: Reach the file location in CMD where c_code_runner_debugger.exe file is extracted.

Step 4: Run the below command in CMD.

c_code_runner_debugger.exe --run

It start the debugging the error and output the error if found.

Arguments Pass to C Code Runner 🔝

Arguments Input Working
--h Take no input Show help message
--about Take no input Display the basic documentation of utility
--run Take no input Start the debugging process
--version Take no input Show the current version of utility

All C Code Runner Commands 🔝

  • If you want to see help message. Use command given below and press enter.
c_code_runner_debugger.exe --h
  • For starting the debugging process. Use the command given below and press enter.
c_code_runner_debugger.exe --run
  • If you want to get details about C Code Runner Debugger. Use command given below and press enter.
c_code_runner_debugger.exe --about
  • If you want to know the currently version of C Code Runner Debugger. Use the command given below and press enter.
c_code_runner_debugger.exe --version

Note 1: Above commands work in when you present in directory where debugger exe file is stored.

Clone this wiki locally