mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Breakpointing Angular #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thomasfrisko on GitHub (Dec 21, 2017).
Hey,
I have been trying to set up an Electron.NET project with Angular in Visual Studio. I followed your documentation which enables me to breakpoint the parts within .NET Core, however, I am unable to breakpoint the parts in Angular where I get the message "The breakpoint will currently not be hit. No symbols have been loaded for this document".
Is there any way I can breakpoint the angular code?
@yoDon commented on GitHub (Dec 21, 2017):
If you're referring to the Angular javascript code, that code you could breakpoint in the embedded browser using its integrated developer tools (it should be possible to connect visual studio's javascript debugging or VS Code's javascript debugging to the electron developer tools but I don't think anyone has reported doing that yet)