Skip to Content
Technical Articles
Author's profile photo Dhruvin Mehta

How to debug Javascript written in HTML Mashup with Code in C4C

Hello C4 Enthusiasts,

Mash ups in c4c are one of the most powerful and easy functions but i have seen many developers struggling to find the source file to debug the script.

It is very simple and easy to debug code of JS written on HTML Mash up.

You can create HTML mash up and add it in your EC, Check below blogs for the same.

HTML Mash up :

Debug the same in chrome , Go to Developer tools and sources and go the path shown below. and Just put a BP there.

Thats it , Now you are done and good to go for debugging. It is very usefull for complex Javascripts.

 

BR

Dhruvin

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Kumar Rituraj
      Kumar Rituraj

      Good one

      Author's profile photo Dhruvin Mehta
      Dhruvin Mehta
      Blog Post Author

      Thanks Rituraj

      Author's profile photo Salvatore D'Urso
      Salvatore D'Urso

      Very helpful, thank you!