I have .NET program that can't be run from Visual Studio for some reasons (Excel file created from an Excel 2010 template project) for which I need to debug startup events.
If I want to debug events that comes after program …
Windows 7 x64 & OllyDbg 1.10
I just start to learn debugging technology,
and try to debug a demo programm called 'crack_me.exe' using OllyDbg.
But I meet with a problem as follows:
I set a breakpoint in 'crack_me.exe' …
my nodejs process which was running at Linux, now it is hang and the CPU is 100%. Is there anyway I can do to debug it and find the reason? Do I need to collect dump and how? Thanks.