Not Stopping Javascript Breakpoint
Hi,
I have a included Javascript file.
```
<script src="/assets/js/vue/vue.js"></script>
<script src="/assets/js/alertify.js"></script>
<script src="/assets/js/ajax.js"></script>
<script src="/assets/js/types.js"></script>
<script src="/assets/js/fyi.js"></script>
<script src="/assets/js/coverage_category.js"></script>
<script src="/assets/js/autobahn.min.js"></script>
```
coverage_category.js
Its is part of Laravel Blade file. When the usser selects a menu item, the Blade view in rendered into
a seperate div on page. I have a breakpoint set inside coverage_caegory.js The breakpoint is never triggered.
The Chrome JB PLUGIN is instslled and the session is established withPHPStorm 9.02
But no stopping at breakpoint. Any ideas?
Please sign in to leave a comment.
Just a follow up note. I can actually stop execution in Chrome using the debugger statement in my Javascript. Also I can examine Global variables
and once the degugger statement is reached I can step through code and inspect local variables. Its like it cannot find the Javascript source code to correctly find the break.
Yet it seems to know about the source. I can enter the full URL for the Javascript file I have the breakpoint in. And in Chrome entering that URL displays the Javascript file.
But at least I can trigger the break. This is just like PHP code before I set the SPL autoload code, I had to use xdebug breakpoint statement in the code to stop it.
Oh and removed JB Chrome extension and reinstalled. Tried a debug port other than the default. Anybody got any new twists on the Vodoo dances we all do :) !?!?!