Hi
I am using 2 projects. Project1 calls Project2, with Include Project. Project2 has a Variable named x . I want to see it in the Watch of Project1, but it doesn’t appear in the list. What is the right way to do it? (currently I add a variable with this name also to Project1, though I don’t need it in Project1.) Am I missing something?
Thanks Daphna Levin
Hi Daphna,
The workaround you are using is the way you need to do it. The major limitation with Include Project is that debugging (stepping and watches) is not supported.
Have you looked at using extra actions lists in your project instead?
.t8