Configurações de Property Pages para Projetos da Web
You can change the property settings for a web site debug configuration in the Property Pages dialog box, as discussed in Debug and Release Configurations. The following tables show where to find debugger-related settings in the Property Pages dialog box.
Configuration Properties folder (Start Options category)
Setting |
Description |
---|---|
Start Action |
Titula que opções de grupos se relacionam a inicialização do aplicativo. |
Use current Page |
Specifies the current page as the starting point for debugging. |
Specific page: |
Specifies the Web page where you want to begin debugging. |
Start external program: |
Specifies the command for launching the program you want to debug. |
Command line arguments: |
Specifies arguments for the command specified above. |
Working directory: |
Specifies the working directory of the program being debugged. Em Visual C#, o diretório de trabalho é o diretório em que o aplicativo é iniciado de \bin\debug por padrão. |
Start URL |
Specifies the location of the Web application you want to debug. |
Don't open a page. Wait for a request from an external application |
Says to wait for a request from an external application. Esta opção não iniciar o Internet Explorer ou outro aplicativo. Ela apenas prepara para depuração quando chamado por um aplicativo. |
Server |
Heading that groups options related to the server to be used. |
Use default Web server |
Diz para usar o servidor Web padrão. |
Use custom server |
Allows you to enter the Base URL to use as the server. |
Debuggers |
Heading that groups options related to type of debugging to be done. |
ASP.NET debugging |
Habilita a depuração de páginas do servidor escritas para o ASP.NET plataforma de desenvolvimento. You must specify a URL in Start URL. |
Native code debugging |
Enables you to debug calls to native (unmanaged) Win32 code from your managed application. |
SQL Server debugging |
Allows debugging of SQL Server database objects. |
Depuração do Silverlight |
Permite a depuração de componentes do Silverlight. |