Debug Code

Good Morning,
I am developing a program using pascal script. I created a simple idea for debugging. My question is: is there a possibility in this ide to run the program and debug. Same as Delphi does, while executing project. Sorry about my English.

Thank you

Yes you can. the IDE sample should show this.

See my need: I have a project made in delphi and in it I want to put a scriptpascal. I want to call this project in Ide to debug this script.

Thank you

the script engine doesn’t support all delphi syntax. Only a small subset of it.

Yes, I know, my sisitema has scripting supported. I want to know there is a way to execute ide using synedit and at the same time run the other program. When in the program run the script, the debugger stops at IDE. Understood?

Thank you