How to create a project

Issue #69 closed
Former user created an issue

Hello,

I wrote this in the contact form of the website but it is broken...

Thank you for I-Pascal. I'm trying to use it with PyCharm 2017.1.3 but could not find the Pascal related entries in project creation dialog (https://i.imgur.com/vGiWeBE.png). Run dialog also doesn't help that much (https://i.imgur.com/oN4Jz1p.png)

Is there recent tutorial that matches with current version of the plugin and the IDE. I also wondering if I can debug Delphi applications with I-Pascal?

Best, Evren

Comments (2)

  1. George Bakhtadze repo owner

    PyCharm lacks some API so functionality of I-Pascal is limited to syntax highlighting and code navigation. Compilation and running/debugging pascal projects is not available in PyCharm.

    To get all the features you should install I-Pascal on IDEA. Android Studio should also be ok.

    Delphi applications can't be debugged in I-Pascal because Delphi debugger doesn't provide official API to use from external IDE.

  2. Log in to comment