如何在visual studio中调试web-api时编辑javascript文件?

时间:2022-10-14 02:13:36

Yesterday I was compile and debug my visual studio project: Which is a combination of javascript and web-api code. I was able to edit the javascript files while the web-api debugger was running.

昨天我编译并调试了我的visual studio项目:这是javascript和web-api代码的组合。我在web-api调试器运行时能够编辑javascript文件。

Unfortunately, I had to wipe out the project and downloaded it again from source. Today I can no longer edit javascript files while the project is debugging. Furthermore, TaskRunner Explorer used to be visible while I was debugging (it would compile html/javascript/etc as I made changes) now TaskRunner explorer is only visible/active when I am not debugging the Visual Studio code.

不幸的是,我不得不消灭该项目并从源代码中再次下载。今天我在项目调试时无法再编辑javascript文件。此外,TaskRunner Explorer曾经在我调试时可见(它会在我进行更改时编译html / javascript / etc)现在,当我没有调试Visual Studio代码时,TaskRunner资源管理器只是可见/活动的。

I've done searches in Google and * to no result. Does anyone know how to configure Visual Studio to go back to the way things used to be for me? Thanks, Matt

我已经在Google和*中进行了搜索,但没有结果。有谁知道如何配置Visual Studio以回到以前的方式?谢谢,马特

1 个解决方案

#1


0  

I needed to start 'Task Running Explorer' from the View -> Other Windows -> Task Manager. After I did this I was able to see TaskManager, see what gulp was doing, etc.

我需要从View - > Other Windows - > Task Manager启动'Task Running Explorer'。在我这样做之后,我能够看到TaskManager,看看gulp正在做什么,等等。

#1


0  

I needed to start 'Task Running Explorer' from the View -> Other Windows -> Task Manager. After I did this I was able to see TaskManager, see what gulp was doing, etc.

我需要从View - > Other Windows - > Task Manager启动'Task Running Explorer'。在我这样做之后,我能够看到TaskManager,看看gulp正在做什么,等等。