1- Why can't I step inside __ASSERT_ALWAYS macros like I used to in CodeWarrior? When I press F5 while I'm on an __ASSERT_ALWAYS(...) statement it just jumps to the next line.
2- I created two projects, MyModel (DLL) and MyApp (S60 application). I then added MyModel.dll to the list of libraries to link to from MyApp's properties and called ExampleFuncString(). It works fine. However, breakpoints in any function of the DLL code are never reached automatically, it's like they don't exist. Meanwhile, if I actually step into the function code from MyApp, it does jump to MyModel's souce files!
Thank you,
Sammy



