Home - dungwinux/fpconsole GitHub Wiki

Welcome to the FPConsole Wiki!

Everything about FPConsole starts here

What is FPConsole?

FPConsole is a debug tool for FPConsole, started by @dungwinux in February 2017. He saw lots of debugging tools for many programming languages, but didn't see one for Pascal, so he thought of making one for Pascal developers.
FPConsole's main function is to give instant output from the user's code as input. You can provide your Pascal code as input by passing it as argument(s) or write it in a file and get the output from there instead. Reference the instructions.
Currently, the latest version of FPConsole is 1.5.1.

Features

FPConsole enables its users to...

  • Test code blocks
  • Execute a Pascal source file
  • Test specific Pascal functions or commands
  • Open editor to write code before executing it (Version 1.5 and up)

Project's websites

FPConsole's main website
FPConsole on GitHub
FPConsole on SourceForge

Wiki's Index

Downloads
Instructions
For Developers (Working on)