tags:

views:

7

answers:

0

Hello. I need to write an extension to Terrasoft CRM software which allows expansion by the means of JScript. There is no "real" IDE, so when I code something, I need to restart the client and then do what is intended to trigger the code. If something goes in an unexpected way, MS Script Debugger window pops up, pausing execution on some line of code. So I have the "Command Window", where I can execute arbitrary code in current scope and since docs are lacky, I want to get more info about some objects, such as properties, methods, maybe their parameters and so on. How can I do that? TIA