简体   繁体   English

在Visual Studio中调试Web-API时如何编辑javascript文件?

[英]How do I edit javascript files while debugging web-api in visual studio?

Yesterday I was compile and debug my visual studio project: Which is a combination of javascript and web-api code. 昨天,我正在编译和调试Visual Studio项目:这是javascript和Web-api代码的组合。 I was able to edit the javascript files while the web-api debugger was running. 在运行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. 今天,我无法在项目调试时编辑javascript文件。 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. 此外,TaskRunner Explorer在我调试时是可见的(当我进行更改时,它将编译html / javascript / etc),现在TaskRunner Explorer仅在不调试Visual Studio代码时可见/活动。

I've done searches in Google and Stackoverflow to no result. 我已经在Google和Stackoverflow中完成搜索,没有结果。 Does anyone know how to configure Visual Studio to go back to the way things used to be for me? 有谁知道如何配置Visual Studio以使事情回到以前适合我的方式? Thanks, Matt 谢谢,马特

I needed to start 'Task Running Explorer' from the View -> Other Windows -> Task Manager. 我需要从“视图”->“其他Windows”->“任务管理器”启动“任务运行资源管理器”。 After I did this I was able to see TaskManager, see what gulp was doing, etc. 完成此操作后,我可以看到TaskManager,查看gulp在做什么,等等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从JavaScript到Web API服务进行Ajax发布 - How to do an ajax post, from javascript, to a web-api service 在Visual Studio 2017中调试node.js项目时如何传递args? - How do I pass args while debugging a node.js project in Visual Studio 2017? Visual Studio Web Api中的Javascript - Javascript in Visual studio Web Api 在Safari中使用网络检查器调试javascript时如何删除此黄色框 - how do i remove this yellow box while debugging javascript using web inspector in safari 在Visual Studio中进行Javascript调试 - Javascript debugging in Visual Studio 如何在 Visual Studio 2013 中禁用 JavaScript 调试 - How to disable JavaScript debugging in Visual Studio 2013 如何从Javascript检索Web-API控制器方法(无数据库) - How to retrieve a web-api controller method(without database), from Javascript 从Java中的Web-api读取自定义错误 - Reading Custom errors from Web-api in Javascript 如何在 Visual Studio Code 上的 Vue 文件中启用 JavaScript 类型检查? - How do I enable JavaScript type checking in Vue files on Visual Studio Code? 在Visual Studio中调试JavaScript时“没有为当前文档加载符号” - “No symbols loaded for the current document” while debugging JavaScript in Visual Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM