Re: .Net Debug



On 4 Jan 2007 22:47:57 -0000
Deb@xxxxxx wrote:

Hello ,

How do you debug a .Net app ?

What tools do i have to use ?

Thanks,

compile with debug symbols, then run with debug enabled on the runtime.

--
Regards, Ed :: http://www.s5h.net

add my site to the map!
http://www.internetmap.info/cgi-bin/go.cgi?site_id=13978



Relevant Pages

  • Re: Debug Vs Release
    ... > If I compile that code in debug mode then dissassemble the EXE, ... > private static void Main(stringargs) ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Getting a stack trace from a running application
    ... Unfortunately, the only infromation they can provide is a memory address, which is pretty useless as it doesn't tell me if my main exe is the culprit or if it's some dll or ocx or whatever. ... If you compile the the program with debug information, the debugger will show the responsible line of your code that caused the error. ...
    (comp.lang.basic.visual.misc)
  • Re: copymemory basic question
    ... I have used that technique before; that is, put a MessageBox in a VC program ... workspace and then debug the program without using the MessageBox or MsgBox. ... > - Compile and save. ... not able to show anything due to the optimization. ...
    (microsoft.public.vb.winapi)
  • Re: MustInherit in Window forms
    ... #If Debug then ... Public MustInherit BaseClass ... compile in Release mode. ... the Base form to implement DisconnectFromAbrServer. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: MustInherit in Window forms
    ... > #If Debug then ... > Public MustInherit BaseClass ... > compile in Release mode. ... > the Base form to implement DisconnectFromAbrServer. ...
    (microsoft.public.dotnet.languages.vb)