Hello everyone,
I have been using Carbide C++ Express ever since it came out and have learnt lots about it. There is no doubt that its a very good software, especially when you come to think of it that its for free as well.![]()
However, I had one question...Codewarrior has something called the Call Stack in its Debug view, through which you can trace back how the particular function was called. its kind of like a "Step Back". It shows you all the functions that were called before you came to the current breakpoint.
Now Carbide C++ has something similar as well. The Stack view ( the window where it shows all the thread numbers when you Debug, upper right corner window). however, in this case all the calls are in the form of DLL file names and not functions which makes it really confusing.
So my question is ...how can we change this view so it shows the actual fucnion call and not the DLL from where the function was called. For e.g If you debug In the hello world example with a breakpoint on helloAppui::Handle EventL() function call, then in the stack you will see AVKON.DLL being called before that...I want it to show me what function was called before helloAppui::Handle EventL() in the AVkon.DLL...just like codewarrior does.
Thank You in advance.

. the debug window is precisely what i was talking about. Yes you are correct that it is confusing and shows all the threads.

