debugger wont break , or step into, a particular method.

  • Thread starter Thread starter sonic_soul
  • Start date Start date
S

sonic_soul

for some reason my debugger will not break, or step into a particular
method.

i can copy that method to a different place, and it will step through
it. But no matter how i re-build my solution i cant get it to break in
the original place where the method is placed.

on the method call it looks up each parameter as i keep hitting f11,
and finally just steps over it instead of stepping in.

any ideas ?
 
Possible it got JIT optimized out? A few months back someone appeared
to find a possible JIT issue that was causing a particular method in a
particular
context to not be called.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top