External tool for FreePascal

Post Reply
anr
Posts: 1
Joined: 16.03.2019 08:08

External tool for FreePascal

Post by anr »

hi!, thanks for this very fast and very configurable editor, I am liking it a lot.

I plan to use it for a portable Freepascal installation, I've read the config tools options, It seems easy to add compiling support for FPC,
but I've been searching a way to add debugging/watch support, and don't know if it's possible or maybe anyone here uses FPC with Cudatext and have
a interesting way of compiling/debugging pascal code?, I've looked GDB, but don't know exactly how to tie it with Cudatext (if possible)

If integration is not possible (maybe a pluging is needed?) I'd try to use it launching it with a hotkey or whatever.

I am just starting to explore CudaText, thanks author and guys here!
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

For compiling, install plugin External Tools.
Then add tool in its dialog.
http://wiki.freepascal.org/CudaText#External_Tools
RegEx for FPC : now ExtTools has preset "FreePascal".
But it don't give parameters of commd line.

Debugger is not possible.
Post Reply