问题描述
嗨我在调试时遇到问题.我在某些地方放置了断点以跟踪代码.但是在按下F11键并达到它的功能时,一个新的叫做disassemby的窗口出现了,并且显示了这样的东西.我正在粘贴那里显示的内容
00000000推ebp
00000001 mov ebp,esp
00000003推edi
00000004 push esi
00000005推ebx
00000006 sub esp,44h
00000009 xor eax,eax
0000000b mov dword ptr [ebp-10h],eax
0000000e xor eax,eax
00000010 mov dword ptr [ebp-1Ch],eax
00000013 mov dword ptr [ebp-3Ch],ecx
00000016 mov dword ptr [ebp-40h],edx
00000019 cmp dword ptr ds:[08B01FC0h],0
00000020 je 00000027
00000022致电70E465B7
00000027 xor edx,edx
因此,我无法跟踪实际的代码,我关闭了aap,然后再次打开它,然后重新启动了机器,但没有任何效果.
因此,如果有人知道如何摆脱这种情况.请帮助我
预先表示感谢.
hi
i am facing a problem while debugging . I have put break points in some place to trace the code . But while pressing the F11 key and when it reach that function , a new window called disassemby is coming and showing something like this . i am pasting what is showing there
00000000 push ebp
00000001 mov ebp,esp
00000003 push edi
00000004 push esi
00000005 push ebx
00000006 sub esp,44h
00000009 xor eax,eax
0000000b mov dword ptr [ebp-10h],eax
0000000e xor eax,eax
00000010 mov dword ptr [ebp-1Ch],eax
00000013 mov dword ptr [ebp-3Ch],ecx
00000016 mov dword ptr [ebp-40h],edx
00000019 cmp dword ptr ds:[08B01FC0h],0
00000020 je 00000027
00000022 call 70E465B7
00000027 xor edx,edx
So i couldnot trace the actual code ,i closed the apliation and opened it again and i restarted the machine ,but no effect.
So if anybody knows how to get out of this situation . please help me
thanks in advance
这篇关于csharp组装问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!