That is not experience that average Joe is having. I am on Linux, but it is not that much different from windows experience.
Lets go least resistance path.
OP isn't complaining about not being able to run FPC, FP, or Lazarus. Furthermore he's not told us anything about the OS etc. that he's using, so let's try to keep this general.
I unequivocally echo what Thaddy et al. have said, with one caveat.
Lazarus can run and debug non-interactive console-oriented programs with absolutely no problem.
It can also run and debug interactive console-mode programs in its own "Console In/Output" window (unless this has been renamed recently), with the caveats that it doesn't know about escape sequences etc. and isn't very good at Unicode (i.e. multi-byte characters) due at least in part to the peculiarities of the underlying debuggers (again, this might have changed since I was last involved).
/If/ you need the authentic console experience (with the usual caveats relating to OS etc.), then start the program from the shell and tell the Lazarus IDE to attach to it. In that way, you have at least most of the usual support for console-style escape sequences, function keys and so on.
What you obviously /don't/ have is a character-addressable screen such as one would have used on a PC-DOS system. There's ways round that, but I'm not comfortable holding forth on them.
MarkMLl