My problem is that i dont really need to debug the asynctimers.
The problem is that a test programmer are using my ivi-driver with the timers, and when he is debugging his program which is using my ivi.dll and the his breakpoint in the test program suspends the async timers in the ivi layer.
The 1Hz async timer is used to tell external hardvare that the system is alive, if the signal is not present the power to the system is shut down.
Can I run the ivi layer in a diffrent process so the test program not suspends the asyc timer threads?