debugger

Questions about MultiCharts and user contributed studies.
primi
Posts: 1
Joined: 31 Jan 2015

debugger

Postby primi » 31 Jan 2015

Hi,

I have some problems with my code and would like to use the debugger but it seems like it's not available anymore? Reference Keyword has no knowledge of BreakPoint and compiler returns an error. I found a book on easylanguage called Easy Language Essentials and in there is mentioned a debugger window that should pop up whenever you use BreakPoint in the code.

Is it still available? Was it available for Multicharts at all or was it only in TS?

Thanks,
P

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: debugger

Postby JoshM » 31 Jan 2015

I have some problems with my code and would like to use the debugger but it seems like it's not available anymore?
Sadly there is no debugger for PowerLanguage. There is a feature request for this (MC-196 - Debugger), but this is an old request without progress, so a debugger doesn't seem to be in the works.

What you can do, however, is place Print() statements to output the values of variables at certain points in the code where the problem might occur. Good luck with finding your code problem.


Return to “MultiCharts”