Activity overview
Latest activity by winman
But how can i attach the running application or exe file into a visual studio and set break points?
I have only used break points in my code and debug the code. I haven't used with the application itself.
So please provide more information on how it can be done? / comments
But how can i attach the running application or exe file into a visual studio and set break points?
I have only used break points in my code and debug the code. I haven't used with the application ...
james.billings wrote:
You set the option to enable debugging information. See here. You can then run the application, attach to it from within VS and set breakpoints as you normally would do.
Sorry i didn't get what you are trying to say.
Now i have exe which is obfuscated and .pdb file. But how can i read these or where should i set break point. I can set break point in VS and run the code for normal projects.But as you said where should i keep break points?And how to troubleshoot? / comments
james.billings wrote:
You set the option to enable debugging information. See here. You can then run the application, attach to it from within VS and set breakpoints as you normally would do.
S...
How can i troubleshoot by using check pdb files? / comments
How can i troubleshoot by using check pdb files?
Error after Obfuscation
I am using Smart Assembly 6 for obfuscating my vb.net application.In my code i do have line of a code as MSFG1.AddItem("") . After obfuscation when the exe file is opened it gives error as "Object ...
Hi chris..
what is merging function? / comments
Hi chris..
what is merging function?
Error while Obfuscation
We have developed project using vb.net for our internal puproses and then we obfuscated it. It is throwing error as mentioned below.
“Public member ‘Var1’ on type ‘e’ not found.â€
Code:
P...