vb.net - Breakpoint won't hit on remote debug iis dll project -


i have tried can think of...
when attaching w3wp.exe, in modules window of vs 2015.
breakpoints go red process wont stop @ points.
in search solution tried put following code in dll , when not attached site waits me attach. when attaching site ignores breakpoints

#if (debug)         while not debugger.isattached             debugger.break()          end while #end if 

my module looks in module window.

edit:
changed debug code to:

#if (debug)     while not debugger.isattached         debugger.break()      end while     debugger.log(1, "test", "start av invoice queue event")     debugger.break() #end if 

and surly debugger attached...
in output window "start av invoice queue event"
no break in debugger

please try send me in right direction. best regards lars skogshus


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -