配置 Rider 以调试 .Net 和 Angular。

huangapple go评论69阅读模式
英文:

Configure Rider to debug .Net and Angular

问题

我在处理 Rider 配置时遇到了困难。我创建了一个带有 Angular 的 .Net 项目 - 当我开始调试时,只触发了 .Net 的断点。我应该怎么做才能同时调试 TypeScript 和 .Net?这是我的调试配置如何看起来的:
配置 Rider 以调试 .Net 和 Angular。

英文:

I struggle with Rider configuration. I created a .Net project with Angular - when I start the debug, I hit only the .Net breakpoints. Exactly what should I do so I can debug typescript and .Net at the same time?

This is how my debug configuration looks like:
配置 Rider 以调试 .Net 和 Angular。

答案1

得分: 1

首先,您必须启动Angular服务器以编译应用程序:
配置 Rider 以调试 .Net 和 Angular。

下一步是配置Angular应用程序本身,以便浏览器启动:
配置 Rider 以调试 .Net 和 Angular。

现在启动_Angular CLI服务器_,等待一些秒钟以便应用程序被编译,然后运行_Angular应用程序_。

由于我是一个懒惰的人,我也自动化了这一步骤:
配置 Rider 以调试 .Net 和 Angular。

希望这有所帮助!

英文:

First of all, you have to start the Angular server so that it compiles the app:
配置 Rider 以调试 .Net 和 Angular。

The next step is to configure the Angular app itself so that the browser will start:
配置 Rider 以调试 .Net 和 Angular。

Now start Angular CLI Server, wait some seconds so that the app gets compiled, and then run Angular App.

Since I'm a lazy guy, I automated this step as well:
配置 Rider 以调试 .Net 和 Angular。

Hope that helps!

huangapple
  • 本文由 发表于 2023年7月3日 01:53:56
  • 转载请务必保留本文链接:https://go.coder-hub.com/76600153.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定