Have you ever been working on prototyping some code in a prg and want to debug it? But if you haven't actually saved a file on disk, you can't set breakpoints (at least at a specific line of code). However, if you develop with ASSERTS ON, you can drop an ASSERT .f. in before the line of code you want to debug and voila! No need to actually save the file first. This also works quite nicely when you have selected a block of code and use the execute selection option from the right click menu. Just put that ASSERT at the top of the block you want to debug.
rk _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/df1eef11e586a64fb54a97f22a8bd044056a3b3...@ackbwddqh1.artfact.local ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

