- Enable debug mode
- In the widget constructor adding the
debug: true
property: https://github.com/tradingview/charting_library/wiki/Widget-Constructor#debug - In the widget constructor adding
"charting_library_debug_mode"
to theenabled_features
array https://github.com/tradingview/charting_library/wiki/Widget-Constructor#disabled_features-enabled_features. - Use the setDebugMode method:
tvWidget.setDebugMode(true)
- In the widget constructor adding the
- Open the chart in your web browser and reproduce your issue. For example if you have an issue when adding a Moving Average indicator then add the indicator so the logs cover the issue you are reporting.
- Open the browser developer console and copy ALL of the output to a text file.
- Share that text file with us.
Last active
September 11, 2023 12:13
-
-
Save edew/fb29712fee89db842cc9c5e2a2520f6c to your computer and use it in GitHub Desktop.
How to get Charting Library debug logs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment