如何在应用程序处于调试模式时编辑源代码.. [英] how to edit the source code while the application is debugging mode..

查看:100
本文介绍了如何在应用程序处于调试模式时编辑源代码..的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我调试了一个应用程序。我把BrckPoint然后改为代码。当应用程序正在调试时,应用程序显示此消息

当前无法在编辑器中修改此文本。

它是只读的我无法在应用程序调试时更改该代码



他们是否有可能更改代码。当应用程序正在调试时

我正在使用visual studio-2005

I debugged one application. I put BrckPoint then I change the code. While the application is debugging

that application is showing this message
Cannot currently modify this text in the editor.
It is read-only" I can't able to change that code while the application is debugging

Is their any possibility to change the code. while the application is debugging
I am using visual studio-2005

推荐答案

你无法更改.cs的代码应用程序处于调试模式时的文件。

但是当应用程序处于调试模式时你可以更改.aspx文件的代码,你可以看到.aspx文件的结果按Ctrl + F5。
You can't change code of .cs file when application is in debugging mode.
But you can change code of .aspx file when application is in debugging mode and you can see result of .aspx file to press Ctrl+F5.


这篇关于如何在应用程序处于调试模式时编辑源代码..的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆