I've got a problem of getting ddbg to work with CB

Jascha Wetzel "[firstname]" at mainia.de
Thu Mar 29 07:22:51 PDT 2007


Davidl wrote:
> nope, i mean
> when code get run into line 3, i want to use cast(char[][])main.args to
> see those args passed to main
> 
> 1 void hello(char[] name)
> 2 {
> 3   writefln(name);
> 4 }
> 5 void main(char[][]args)
> 6 {
> 7   hello(arg[1]);
> 8 }

you cannot evaluate expressions in other stackframes than the current,
yet. i will add this in one of the next releases.


More information about the Digitalmars-d-debugger mailing list