Debugging Javascript from chromium works, but not on all files
I installed PyCharm and the plugin for debugging JavaScript. The connection seems to work, and I can set breakpoints in some files, but not in all of the files of my Django project (that uses ExtJS). When I check the 'scripts' tab in Pycharm (under the Javascript debug tab), I don't see all of the files of my project. Any ideas?
Please sign in to leave a comment.