I did read the tutorial again and again, followed exactly as noted therein, did "Creating a Debug Configuration" many times and still couldn't run Carbide.c++ debug session. Program just runs and no traps/breakpoints available. There ARE debug symbols inside built application, I've checked for it:
Code:
C:\...\udeb\z\system\apps\HelloCarbide>tdump -e HelloCarbide.app
Turbo Dump Version 5.0.16.12 Copyright (c) 1988, 2000 Inprise Corporation
Display of File HELLOCARBIDE.APP
[...]
Exports from HelloCarbide.app
1 exported name(s), 1 export addresse(s). Ordinal base is 1.
Sorted by Name:
RVA Ord. Hint Name
-------- ---- ---- ----
00001050 1 0000 ?NewApplication@@YAPAVCApaApplication@@XZ
CodeView symbols (CV4)
SubSection Directory - Offset: 00029BDC
ModIndex: 0001 FileOffs: 0000F008 Size: 000AC Type: sstModule
ModIndex: 0002 FileOffs: 0000F0B4 Size: 0013E Type: sstModule
ModIndex: 0003 FileOffs: 0000F1F4 Size: 0009A Type: sstModule
ModIndex: 0004 FileOffs: 0000F290 Size: 000ED Type: sstModule
ModIndex: 0005 FileOffs: 0000F380 Size: 0002F Type: sstModule
[...]
ModIndex: FFFF FileOffs: 0001FDFC sstLibraries
0001 edll.lib
0002 euser.lib
0003 apparc.lib
0004 cone.lib
0005 eikcore.lib
0006 avkon.lib
0007 eikcoctl.lib
0008 MSL_ALL_MSE_Symbian.lib
0009 gdi32.lib
000A user32.lib
000B kernel32.lib
--------------------------------
ModIndex: FFFF FileOffs: 0001FE84 sstGlobalTypes
Strange sstGlobalTypesTable
--------------------------------
ModIndex: FFFF FileOffs: 00028580 sst*??*
--------------------------------
ModIndex: FFFF FileOffs: 000295D8 sstMystery1
--------------------------------
ModIndex: FFFF FileOffs: 00029690 sst*??*
So symbols are there, but Carbide.c++ debugger does not work.