VC++ sucks and sometimes it can't figure out what code you are going to
debug so it won;t load the symbols. You have 2 choices. Select the debug
tab for the FreeAmp project and then choose the load additional dlls
option in the combobox. add each plugin you want to debug. now you
should be able to set the breakpoints in their code.
or you can set a breakpoint after where we load all the libs and then
set your breakpoint bc vc++ will know about them then.
let me know if you need more help.
elrod
the libs On Wed, 25 Jul
2001, Stephen wrote:
> I downloaded the FreeAmp source code and started looking it over to learn how it all
>works.
> I have very little experience with VCPP but do know the basics.
> I am trying to step through the code. I put in a breakpoint( void
>FreeAmpTheme::LoadFreeAmpTheme(void) function for example. ) and go to run the
>debugger I get the following message:
> One of more breakpoints cannot be set and have been disabled. Execution
>will stop at the beginning of the program.
>
> Why am I unable to set a breakpoint and then step through the code?
>
> I know this is probable more a VCPP question than a FreeAmp question.
> I would appreciate any help or suggestions.
>
> Stephen
>
_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev