this IS bug? bp not stop?

sdvcn via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Thu Nov 6 04:26:20 PST 2014


On Thursday, 6 November 2014 at 12:18:56 UTC, sdvcn wrote:
> [code]
> import std.stdio;
>
> struct awaw{
> 	string a1; //  <--
> }
>
> int main(string[] argv)
> {
>     writeln("Hello D-World!"); // <---BP
>     return 0;
> }
>
> [/code]
>
> remove string(a1) for struct ,bp of stop

visual d ver:0.3.39
dmd ver:2.066.1
cv2pdb ver:0.32


More information about the Digitalmars-d-ide mailing list