Checkpointing a process
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello all, Is there a way to checkpoint a windows process(User Process),rather than just suspend/resume. What is the core API to be used? Mention websites which will be of more helpful in this regard. Thanks in advance. Rane:rose: Rane
Perhaps you're after a profiler. MSVC 6 comes with one so I assume the newer ones also do. There are also third partly ones like NuMega’s TrueCoverage. Steve