Discussion:
cv2pdb: is there a way to include the standard library's source code in the debug information?
Trass3r
2009-07-16 21:27:51 UTC
Permalink
As the title says, standard libary source doesn't seem to be included
since it doesn't show up when entering std.zlib.uncompress.

Is there a way to make it available?
torhu
2009-07-17 01:28:53 UTC
Permalink
Post by Trass3r
As the title says, standard libary source doesn't seem to be included
since it doesn't show up when entering std.zlib.uncompress.
Is there a way to make it available?
In msvc you can add source dirs in the solution properties, look for
"Debug Source Files".
Unknown W. Brackets
2009-07-17 20:18:01 UTC
Permalink
Remember: you may have to compile against a debug version of phobos.

-[Unknown]
Post by Trass3r
As the title says, standard libary source doesn't seem to be included
since it doesn't show up when entering std.zlib.uncompress.
Is there a way to make it available?
Loading...