
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2018 08:08 AM
Hi everybody,
Can anyone help me to get started with javascript debugging?
Lets assume I have completed all the steps from the following documentation: Customizing a Surf JavaScript Widget in the Document Library | Alfresco Documentation
I'm able to debug client javascript code that is exposed to the browser.
But the question is how to debug a javascript controller documentlist-v2.get.js mention in this article?
Thanks for any help.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2018 12:54 PM
You can use the Javascript debugger, as described in the docs: Debugging a controller script | Alfresco Documentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2018 12:54 PM
You can use the Javascript debugger, as described in the docs: Debugging a controller script | Alfresco Documentation

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2018 04:44 AM
Thanks Douglas,
I saw this doc. Could you please advice how to "Invoke your web script". What is the controller URL for this particular example?
It's not clear for me how to invoke it.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2018 01:02 PM
By "invoke your webscript" you can understand it as access its URL, using the right HTTP method (GET, PUT, etc).
