Javascript concole for the ArcGIS Web AppBuilder

447
3
08-13-2019 01:46 PM
GuzaloiRakhimova
New Contributor

Is there a way to access the javascript console to modify functions manually so that they work the way I want. If anybody knows can you tell the exact steps of how to access the JS console. Thank you in advance!

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

That is not possible.

0 Kudos
by Anonymous User
Not applicable

It might not be exactly the same you want.

You can try debug with Chrome browser, in debugger windows, source, 

In widget.js, you can modify what you want and save. (ctrl + s)

And continuing debugging until you get it right.

But make sure you copy back the code to your code editor because it will be gone after page is refresh.

shaylavi
Esri Contributor

That's what I always do and it works great. You should work with breakpoints and once you save any changes the code will jump back up and stop at a breakpoint. Google has a great tutorial with step-by-step on how to do it -

Get Started with Debugging JavaScript in Chrome DevTools  |  Tools for Web Developers  |  Google Dev... 

Shay
0 Kudos