Link to home
Create AccountLog in
Avatar of mathieu_cupryk
mathieu_cuprykFlag for Canada

asked on

weird thing happening in debug mode, dissambley

When I am in debug mode i goes into the dissambler.
Is there a way I can turn the dissambler off.
--- c:\AjaxControlToolkit_Admin\Release\AjaxControlToolkit\ExtenderBase\ExtenderControlBase.cs
00000000  push        ebp  
00000001  mov         ebp,esp
00000003  sub         esp,8
00000006  mov         dword ptr [ebp-4],ecx
00000009  mov         dword ptr [ebp-8],edx
0000000c  cmp         dword ptr ds:[03EA6FA8h],0
00000013  je          0000001A
00000015  call        6BC490B1
0000001a  mov         eax,dword ptr [ebp-4]
0000001d  cmp         byte ptr [eax+55h],0
00000021  jne         0000002B
00000023  mov         ecx,dword ptr [ebp-4]
00000026  call        FFFFF8C8
0000002b  mov         edx,6B7FBFC8h
00000030  mov         ecx,4B25DDCh
00000035  call        6BB19D32
0000003a  mov         edx,dword ptr [ebp-8]
0000003d  mov         ecx,dword ptr [ebp-4]
00000040  call        669EA388
00000045  mov         ecx,dword ptr [ebp-4]
00000048  call        dword ptr ds:[04F237F4h]
0000004e  nop              
0000004f  mov         esp,ebp
00000051  pop         ebp  
00000052  ret          
ASKER CERTIFIED SOLUTION
Avatar of RobertNZana
RobertNZana
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.