IDE For ISS scripts

andrey

Active Member
Hi, all!

Please, can somebody tells me, is there any IDE for writing, debugging iss scripts(for example - Delphi, IntelliJ Idea, or something else). Where can I find the EVE library or any header for c# including? Is the notepad an unique tool for creation iss scripts?

Please, advise

Regards,
Andrey
 

andrey

Active Member
Thank you, for notepad++ it's really useful thing, but it would be desirable to use breakpoints mechanism, or remote debugger or something else ...
 

Hendrix

Well-Known Member
you dont get any breakpoints or debugging in innerspace scripting, sorry. As far as debugging, the best thing you can do is echo variables and hope to see what they have in them.
 

stealthy

ISX Specialist
Hendrix is right. If you want breakpoints, start playing with .NET. Also, get used to using echo for debugging :)
 
Top Bottom