Debugger support

Issue #7 resolved
Former user created an issue

I-pascal by itself is of course wonderful, but adding support for a debugger would be fantastic (gdb?).

Currently our IDE, Delphi XE6 is very poor in terms of debugging (beside the buggy-ness), it would be great to use Intellij's advanced debugging capabilities.

Comments (2)

  1. George Bakhtadze repo owner

    gdb can be used with Free Pascal but not Delphi. Also it doesn't know anything about Pascal. So gdb is not a good option. I've heard of Pascal debugger being developing but it's not released yet.

  2. Log in to comment