Hitting Breakpoints in Modules #757
Unanswered
markdav-is
asked this question in
Q&A
Replies: 3 comments 4 replies
-
What if you debug it directly from the Oqtane with source linking enabled? |
Beta Was this translation helpful? Give feedback.
2 replies
-
The recommended approach to building modules is to use the external module approach so that your code is physically separated from the core framework. The best article on debugging external module is from @ADefWebserver https://blazorhelpwebsite.com/ViewBlogPost/4 - scroll down to the section for "Debugging External Oqtane Modules" |
Beta Was this translation helpful? Give feedback.
1 reply
-
It worked for me :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are adding some new folks to our project and I'm looking for the most straightforward way to debug modules. I'm currently using the add-module-projects-to-octane-solution but that has always felt a bit hacky. Is there another way or is this the simplest approach?
Beta Was this translation helpful? Give feedback.
All reactions