Hello,
i wonder how can i debug on emulator using carbide express
i am using BC++ builder 1.5 i use cdb (microsoft debugger)
My question is since BC++ can not build for 2Ed FP3 or 3D edition
i must use carbide express
Thanks
Wael
Hello,
i wonder how can i debug on emulator using carbide express
i am using BC++ builder 1.5 i use cdb (microsoft debugger)
My question is since BC++ can not build for 2Ed FP3 or 3D edition
i must use carbide express
Thanks
Wael
Carbide.c++ Express supports debugging on the emulator: use Debug commands in the Run menu or in the context menu of project browser, you can place breakpoints with the right-click context menu of source-code windows. Check Run menu after you have started debugging, since it will contain additional debugging commands.
i tried
seems application stops on break point
but i can not resume it or add watch?
Regards