Hi,

I dont know why my CW 9.3 is not stepping into function anymore as it used to do before:

// this is the point where it fails to step into: if I press F11 or the 'step into' icon during debug operation it shows some debug assembly code, but fails to step into evens I keep pressing F11

=>     value = getGameSoundVolume();


The function getGameSoundVolume() is situated at the same file above the debug code:

unsigned int UserDataCoordinator::getGameSoundVolume(){
        return  PrefGetPreference( prefGameSoundVolume) * 100 / sndMaxAmp  ;
}


I remember that it used to work before... also there is other functions that step into is filling, some of the functions calls the assembly windows other the behavior is like a 'step over' but never a step into.

Its like a configuration error, but I already recovered the "factory settings" for both the project and preferences for Debug.

Any ideas?

Thanks

Franco

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to