What I am trying to do is insert debugger statements in place of breakpoints (Those little red dots on the left of a file) in a JS file that that is part of a VS Solution.
Then when a build is run the debug symbols are converted to the javascript 'debugger' which will cause the execution to break.
Let me know if more info is required.