I create a project,and I set "DLL" mode on output. I want debug my dll project , so I do "attach to process",(at the beginning ,I can not find "attach to process",but after I install the "GUN debugger plugin monodevelop",I can find it in the RUN menu.)
I debug a DLL project which has already attached to a process, but it always stop at the Line: "b7799424 pop %ebp"
in the "Disassemly+"file
.
Application output shows:"0Xb7799424in__kernel_vsyscall()"
.
I can not debug the DLL program.
Anyone can give me some help to this trouble.
Demi