Demandware file uploader & script debugger
After installing Bart package, in Atom appear additional item in main menu with same name Bart
. This item contain four subitems:
/.../cartridges/app_core/cartridge/static/default/js/*
To start debug you heed to set breakpoint first. To do so, just open file set text cursor in required place and press F9. After breakpoint is set open in browser required page. You will see that page is loading too long. So it's time to press Manual Update
button in debugger panel (last button in row). After that you should see stack trace and list of variables.
Other buttons should be obvious.
Also in context menu of file/editor you will see two additional items: upload file and toggle breakpoint.
It's recommended to install also language-demandware for syntax highlight of Demandware files.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.