Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debbugging dificulty
Message
From
09/09/2005 10:10:44
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
09/09/2005 09:46:49
General information
Forum:
ASP.NET
Category:
Testing and debugging
Miscellaneous
Thread ID:
01048085
Message ID:
01048103
Views:
21
>Hi,
>
>I have a problem to debug ASP.NET Applications.
>
>The debbug don't work.
>I'm working in Debbug type and I have it:
> compilation defaultLanguage="c#" debug="true"
>in my Web.Config file.
>
>So, I execute this steps:
>
>- Access the Debug menu
>- Click in the Process option
>- Mark "Show system process"
>- Select aspnet_wp.exe
>- Click the Attach button
>- Select "Common Language Runtime"
>- Click OK button
>
>It return the message "Unable to attach to the process"

Geraldo,
I never used it that way.
In your code right click and set a breakpoint, F5 to run.
Also in Web.config you could have trace tag. Something like:
<trace enabled="true" traceMode="SortByTime" localOnly="true"/>
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform