AMP5 and visual studio
John Doe
Posts: 14
Hallo again,
is it possible to use AMP5 in conjunction with visual studio in such a way that I could set break-points during the test?
lovely greetings
Cavin
is it possible to use AMP5 in conjunction with visual studio in such a way that I could set break-points during the test?
lovely greetings
Cavin
Comments
You can use the Attach... option in Visual Studio to attach to the process you are profiling and debug it simultaneously. Note that the profiler won't be able to take snapshots while Visual Studio has suspended the process.
Software Developer
Red Gate Software Ltd.
this is exactly what I was looking for.
thanks.