Quote:
Originally posted by PAK-9
P.S. I personally have not got debugging of avs to work in VS.NET (bear in mind that it is a vc6 project and you do lose some stuff in the conversion) but apparently it is possible.
|
I can debug my APEs (and AVS source code) in VS.NET (2003 and 2005) without problem. Just compile a debug version of your APE into your plugins/avs folder then set winamp.exe as executable name for debug. Put some breakpoint, click run into visual studio, Winamp will launch, then run avs from winamp and instanciate your new ape from it. Your breakpoints should work
Hope this helps.