chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
Hi
background - win7 64 bit machine with VS 2010.
I've tried to debug some test and encounter a problem.
If I leave the default host for test as - Force test to run as 32 bit -
1. I've IntelliTrace.
2. in debug mode I'm getting "Typemock Isolator is not currently enabled."

If I change the default host to run in 64 process in 64 machine
1. I lose the IntelliTrace
2. I can debug my test.

In R# runner I cannot debug anyway (I think it running in 32 process anyway)

Any ideas?
Thanks
asked by adiel.sharabi (3.4k points)

1 Answer

0 votes
Hi Adiael,

As far as I know the IntelliTrace does not work in 64 bit.
The problem in 32 bit is that the IntelliTrace is a .NET profiler and needs to be linked with the Isolator in order to work together.
Currently we are working on integration of the Isolator and the IntelliTrace, we'll send you a fix once it will be ready.
answered by ohad (35.4k points)
...