Error Message useless

Ary Borenszweig ary at esperanto.org.ar
Sat May 10 08:30:41 PDT 2008


Nick Sabalausky escribió:
> "Tower Ty" <towerty at msn.com.au> wrote in message 
> news:g038l7$230k$1 at digitalmars.com...
>> Jarrett Billingsley Wrote:
>>
>>> "Tower Ty" <tytower at hotmail.com.au> wrote in message
>>> news:g02qih$16tn$1 at digitalmars.com...
>>>> tango.core.Exception.IllegalArgumentException: Argument not valid
>>>>
>>>> This message from the compiler is just bloody useless
>>>> Where do you go in a 200 line program?
>>>>
>>>> All I can see is go to each line that might be a cause and comment it 
>>>> out
>>>> ,try to compile it again and if no good do the next one .
>>>>
>>>> Some lines just can't be done anyway .
>>>>
>>>> How hard could it be for you experts to add some detail to the error 
>>>> huh
>>>> ??
>>> Is this a *compiler* error?  Are you *sure*?
>>>
>>> Do you get the error when you compile the program or when you run it?
>>>
>>>
>> No of course it is a run time error and I'm still looking for it , Jarrett 
>> sorry
> 
> Yea, that's kind of a problem with getting uncaught exceptions in the 
> abscence of the stack traces that reflection allows. Be glad it's such a 
> small program.
> 
> What I recommend doing is either step through it in a debugger

I forgot to tell in the release, but Descent now stops execution at the 
point where an uncaught exception is thrown when debugging with ddbg.



More information about the Digitalmars-d mailing list