Any Idea how to enable F12 and developer options in SWT / ECLIPSE development environement.I Want to see Java Script errors and how JSON response are being rendered in SWT browser. I am facing issues when passing the HTML tags with data like Stack in JSON at SWT browser. It is just an example, which can be changed at run time as per JSON response.
Asked
Active
Viewed 232 times
1 Answers
-1
Take a look at https://stackoverflow.com/a/12092687.
Or, you can more simply add this to your HTML file:
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>

Madmartigan1421
- 1
- 1