If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Break point in a procedure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-05-03, 16:06
karenhii karenhii is offline
Registered User
 
Join Date: Feb 2003
Posts: 1
Break point in a procedure

Hello,

Could anyone tell me how to set break point in the procedure? Trying to debug... Like in C++, we can set break points and continue manually...

I am very new to this Informix spl programming...

Thanks
Reply With Quote
  #2 (permalink)  
Old 02-06-03, 02:33
eherber eherber is offline
Registered User
 
Join Date: Aug 2002
Location: Bonn/Germany
Posts: 152
No, there are no breakpoints.

You can use the following combination:

set debug file to '<filename';
trace on;

Or you could trace individual variables like:

trace <variable_name>;

This creates a debug file with information about variables
etc.

You might also check the ATG-Website:

http://www.serverstudio.com/

They had a stored procedure debugger for windows platforms,
however I never worked with this tool.

HTH.

Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
__________________

Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On