Start the .NET executable to the debugger

I have a .NET console application and I have no source code. When I run it, there is no output on the console.

In VS Can attach to a running process, but I can’t find out how to start a new process with the debugger attached.

File|Open|Project/Solution, and then open the required exe file.

Not sure which debugging function is available. But you can run it like VS.< /p>

But I will look at it in the reflector and try to find the error by looking it up. Reflector pro visual studio addin may even show the decompiled source when debugging, but since I don’t own it, I’m not sure about it Is it valid.

I have a .NET console application and I don’t have source code. When I run it, there is no output on the console.

You can attach to a running process in VS, but I cannot find out how to start a new process with the debugger attached.

Archive|Open|Project/Solution, and then open the required exe file.

Not sure which debugging function is available. But you can run it like that from VS.

But I will look at it in the reflector and try to find the error by looking it up. Reflector pro visual studio addin may even show the decompiled source when debugging, but since I don’t own it, I’m not sure if it works.

Leave a Comment

Your email address will not be published.