pose icon indicating copy to clipboard operation
pose copied to clipboard

Question - debugging?

Open alexzaytsev-newsroomly opened this issue 7 years ago • 6 comments

I wrote a Pose test, but when i put breakpoints inside the action i pass to Pose or inside the code under test, none of my breakpoints are hit. (both using Resharper runner and VS built in runner)

I am using .Net core 2.0.

Is this expected?

alexzaytsev-newsroomly avatar Oct 16 '17 04:10 alexzaytsev-newsroomly

@alexzaytsev-newsroomly Yes this is expected behavior. There's some work that needs to be done around debugging and exceptions. However, breakpoints set within a shim replacement delegate are hit.

tonerdo avatar Oct 16 '17 08:10 tonerdo

@tonerdo I suppose this also means that code coverage tools will not track lines called under the Isolate method?

ilengyel avatar Oct 24 '17 17:10 ilengyel

@ilengyel yes that is correct

tonerdo avatar Oct 25 '17 08:10 tonerdo