Video wird geladen...
Video konnte nicht geladen werden
This is NCrunch Runtime Data Inspection (RDI), a new feature area we're introducing in V5, due out early next month. Data is collected at run time and can be analysed later long after the test has finished its run. No debugger necessary.
15,418 Aufrufe • vor 2 Jahren •via X (Twitter)
9 Kommentare

🔥

🤯

Amazing!

Will be working with F# ?

We've found it does work with F#, but we haven't tested extensively on it.

I do like the visualization of execution path. My only worry is heavily integrated plugins typically drive VS into the ground (e.g. Resharper) without significant horsepower. What are the recommend specs?

Depends entirely on your tests and how you configure it. Except for UI, all processing is outside of VS, but your tests will get heavier. They will need more CPU and space on your SSD.

@Aaronontheweb Is this similar to intellitrace?

@Aaronontheweb Quite different. In RDI, no analysis happens at run time. We store every accessed value, then project views of this data over your code while you work on it. Collection is all passive, so you generally don't need to micromanage it to get the data you need

