Thursday, April 1, 2010

CS3 Debugging from VC2005 help

Hi all, I'm having trouble debugging a clone of the Getter example plugin. The plugin compiles and works fine but I'm setting this up for future bugs. When I try the ''Attach to Process...'' feature of VC everything seems to work fine, I choose Photoshop.exe and it goes through the DLLs looking for things to load. By the way it says: ''No symbols loaded.'' for every entry and then says:''The thread 'Win32 Thread' (0x1170) has exited with code 0 (0x0).''.



My issue is that any break points I set are grayed out with an alert message: ''The breakpoint will not currently be hit. No symbols have been loaded for this document.''. The same thing happens if I try to debug by loading Photoshop from VC. Do I have to copy something somewhere for this to work? I have a batch file that I manually copy the plugin into photoshops plugins folder. I also have a bunch of other DLLs that need to go with the plugin.



Any help on this and debugging in general would be great!



TNK!



G
CS3 Debugging from VC2005 help
All good now. I think it was that my pdb was still called getter.pdb not the name of my plugin.

No comments:

Post a Comment