Breakpointing Angular #99

Closed
opened 2026-01-29 16:30:48 +00:00 by claunia · 1 comment
Owner

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?

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?
claunia added the question label 2026-01-29 16:30:49 +00:00
Author
Owner

@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)

@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)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#99