Search

February 23, 2021
LDC »
...use the `cdb` console debugger. I've noted some discrepancies between VS and cdb too...
February 28, 2018
Debuggers »
...CodeView (CV) format for win32, so only cdb can be used.
For win64 and mscoff32...
June 15, 2017
General »
...vector_cdb.d
https://github.com/ldc-developers/ldc/blob/master/tests/debuginfo/strings_cdb...
March 07, 2017
General »
...lacking is debuginfos (.pdb) generation, so our CDB debugging tests failed (all others worked IIRC...
September 17, 2015
Learn »
...cmdStartTran = cdb.Command("start transaction;");
cmdStartTran.execSQL();

And some inserts later:
auto cmdCommit = cdb.Command...
April 14, 2015
Announce »
...to simply create cdb-compatible code, so i can work with cdb databases without resorting...
April 14, 2015
Announce »
...i'd have a technical question about cdb, maybe a bit off-topic...

Why it...
April 14, 2015
Issues »
...d tinycdbmk.d


=== tinycdb.d ===
module iv;
struct CDB {}


=== tinycdbmk.d ===
struct CDBMaker {
import tinycdb;
}

--
April 13, 2015
Announce »
here is Cdb[1] reader and creator, in two small modules.

reader: [2]
creator: [3...
March 04, 2015
IDEs »
...not writing these essential "core" features ?

- ms CDB: http://forum.dlang.org/thread/dds1ei$2ff9...
« First   ‹ Prev
1 2
Next ›   Last »