I have started writing nant build scripts for a solution with a number
of different projects as it is a lot faster to run the build from nant
and you have a lot more control.  One problem I am facing is that I
still want to debug my project and be able to set breakpoints from
within visual studio, but want to be able to use the build from my
nant script.  I know how to use the <exec> task to run my built app
but i want to be able to attach the VS debugger to that process, from
nant.  I could probably do this very easily using a visual studio
macro, but can a macro be run by nant?

If anyone has any ideas about how to do this please let me know

Thanks,

John

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to