Menu

Home

Nguyen Tuan Dung

Welcome to the fpconsole wiki!

Follow below headers to find the perfect help or look into the sidebar beside to quickly got what you need.

Quick Q&A

  • What is FPConsole ?

    FPConsole is a tool that helps you directly write codes and get output with the Free Pascal Compiler (you can download it here). In other words, it is a debugging tool.

  • Moore details

    To make it easy, you can directly compile code as the argument or write it in a file. If that's not enough, go have a look at Feature

  • As what you said, how can I compile code from source file ?

    Use ./fpconsole -f [Any File with any Extension]

  • No, I want to compile from a complete code source

    Then use ./fpconsole -fs [Any File with .pas Extension] instead.

  • Where does my code go ?

    You can review the code in %TMP%\FPConsole folder as we use it for your storing your code locally. Usually it will automatically be cleared except there is an error or an infinite loop and the program exited improperly. You can clear Temp folder remotely with ./fpconsole -c.

  • What's the latest version?

    Release: 1.3 | Working: 1.5 (We haven't release this yet so keep waiting)

  • How can I got this help offline ?

    Type in ./fpconsole -h in Command Prompt or Terminal.

Feature

  • Test Code block files
  • Test whole source file
  • Test some cut-off functions, commands
  • (1.5+) Open Editor to edit source before testing
  • And More Being Updated...

Basic Instruction

  • Being Updated...

More coming in next update . . .