DebugLevel

Just starting out? Need help? Post your questions and find answers here.
User avatar
eddy
Posts: 124
Joined: Thu Mar 27, 2014 8:34 am

DebugLevel

Post by eddy »

What is the purpose of DebugLevel command ?

Code: Select all

DebugLevel 1
Debug 1
DebugLevel 2
Debug 2
DebugLevel 200
Debug 200
User avatar
skywalk
Posts: 55
Joined: Tue Feb 25, 2014 2:13 am
Location: Boston, MA

Re: DebugLevel

Post by skywalk »

From PureBasic, if you set 'DebugLevel 4' and then any 'Debug x, 4' or higher will get processed.
When working toward the solution of a problem, it always helps if you know the answer. ~ ?
An expert is one who knows more and more about less and less until he knows absolutely everything about nothing. ~ Weber
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: DebugLevel

Post by Fred »

Yes, and It's not yet implemented in SB
Post Reply