View Full Version : Conditional breakpoint
Guest.Visitor
01-01-1995, 02:00 AM
Hi everybody I like to do a debug with STRDBG and I need to make a breakpoint with a combination of conditions. I want to write something like this: BREAK 1528 WHEN FLDA = '123' AND FLDB = '456' I think it is not possible, but are there any other ways to do it?? /jan
J.Pluta
01-28-2000, 07:32 AM
One way: Put FLDA and FLDB in a data structure with a field over them... then set your breakpoint for WHEN FLDAB = '123456'. Joe
Guest.Visitor
01-28-2000, 08:12 AM
Jan, That would be nice, but if it's possible I don't know about it. When I need to do a breakpoint based upon data, then I use OPNQRYF or copy what data I need to a secondary file. I've also added some temporary dummy lines of code (IF ... TIME ... ENDIF) to enable me to break a program at that point. That's another it would be nice to have ....
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.