Debugger: Warnings

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Debugger: Warnings

Post by Tranquil »

I know this has been requested earlier but it would really nice to have warnings instead of completely stop the program on some calls.

Eg:

LoadSprite() and LoadImage() quits with enabled debugger if the file could not be loaded. Sometimes this could be wanted so there is a need of Enable/DisableDebugger before using this.

There are sure many other scenes where some warnings would be nice.
Variable-Overflows for eg.

Thanks for readings.
Mike
Tranquil
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

They are planning this for a later version...

(See http://www.purebasic.fr/english/viewtopic.php?t=32696 )
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Post Reply