Hi
I don't seem to be able to set a breakpoint in a .JS file that is included as a web resource, the breakpoint never gets enabled when the application runs. I'm guessing that this may be normal and that I should somehow include the pure JS file for development purposes, but this is frustrating as the file is actually associated with a web server control (in a separate assembly) and I'd rather track it there for source code control and team reasons. Can anyone advise me what the best practice is here?
Thanks
Mike