-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot debug SPfx application #66
Comments
It works for me. Here's what I did: I created a new SPfx app with these settings:
Then I added this to my
Then I set a breakpoint in |
I've just created a new project replicating exactly your steps (including the name of the project), and I encountered the same problem: the breakpoint is always grey. I'm using firefox 59 64 bit on windows 10, in case this makes any difference. In any case thank you for your quick reply. |
How are you deploying the project? I used |
Yes, I'm using gulp serve. I wait for the site to load completely and then start the debugging inside VS Code. |
OK, I could reproduce it now, this bug only occurs on Windows and I guess it's related to microsoft/vscode#43959. I'll try to fix it over the weekend. |
Fixed in version 1.1.3 |
I only wanted to thank you for your quick work. |
I cannot debug a SPfx application using firefox.
Step to reproduce
Any breakpoints that I add is never resolved, they are all grey. I tried to solve this problem by adding some pathMappings , but I wasn't able to.
The text was updated successfully, but these errors were encountered: