Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

how use nuDebug

Post Reply
sultan87
Posts: 32
Joined: Wed Jun 10, 2015 10:28 pm

how use nuDebug

Unread post by sultan87 »

hello,
I use custom code

Code: Select all

$table = nuRunQuery("SELECT * FROM releves WHERE id_sejours = '#RECORD_ID#'");

nuDebug("SELECT * FROM releves WHERE id_sejours = '#RECORD_ID#'");
 
while($row = db_fetch_row($table){
 
   nuDebug($row[1]);
 
}
I would use to check nuDebug
how to do ?
best regards
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

Re: how use nuDebug

Unread post by admin »

sultan87,

Use the Debug button on the Setup Tab.

Steven
Post Reply