Debug abilities

Issue #20 on hold
Former user created an issue

Is it possible to enable debugging in Delphi?

Comments (3)

  1. Christopher Wosinski repo owner

    Unfortunately there is no public API for the Delphi debugger. So it can't be connected to a different editor. That's the current state based on this question: http://stackoverflow.com/questions/31821058/is-there-a-way-to-use-the-delphi-debugger-in-a-different-editor I'd love to enable debugging in VSCode.

    There is an experimental way to debug FreePascal projects using the Debug extension (https://marketplace.visualstudio.com/items?itemName=webfreak.debug).

  2. Log in to comment