简体   繁体   中英

Unable to debug some asp.net core2.2 web pages with Firefox. How can I debug with Firefox?

Background
  • asp.net core 2.2
  • Browser: Firefox Edition : 71.0(64 bit)
  • Code editor: VS profession 2019
  • Source code
Detial
  1. During this time, I tried to debug my pages with Firefox, but I couldn't debug some of them. That's it.

    在此处输入图片说明

    This is to use other browsers (chrome kernel) debugging, we can get index page.

在此处输入图片说明

Doubt
  • How can I debug with Firefox?

You can only debug javascript on the browser. You can debug your asp.net core c# code with visual studio, basically your IDE not just Visual Studio. 在此处输入图片说明

Below i am using a page with inline javascript inside HTML. Same happens with no js in page.

We cannot see the index page inside firefox's developer tools.

All screenhots were taken with the same app(just a new MVC app). I am using Firefox 70.0.1(64 bit)

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM