Thread overview
cv2pdb: is there a way to include the standard library's source code in the debug information?
Jul 16, 2009
Trass3r
Jul 17, 2009
torhu
July 16, 2009
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?
July 17, 2009
On 16.07.2009 23:27, Trass3r wrote:
> 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".
July 17, 2009
Remember: you may have to compile against a debug version of phobos.

-[Unknown]


Trass3r wrote:
> 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?