--- threadhead <[EMAIL PROTECTED]> wrote:
> Following is a method that was working for a while. I made no > changes, > now it won't execute most of the lines. > > When I follow it in the debugger it executes line 1 and line 2, > then > just skips to the end of the method. Nothing else executes or > evaluates. The debugger shows "oi = Nil" and "comm = > Input:File" and > throws no errors or exceptions. > > I'm at a loss for ideas why. Am I missing something? I can't think of anything specifically that would apply, but you might try some of these generic tricks: Save project as XML and reload from XML. Export class/control containing the "jinxed" code, delete the original, and then re-import it. Copy the original class/control with the jinxed code to a new project (this will be your "backup copy"). In the original project, delete the original class/control, then re-create it, using cut and paste to copy methods from the backup copy into the newly created version. Cut and paste text only, don't copy the entire method (i.e. don't just select the method name in the left hand pane and do "Copy," select the entire text in the editor window and copy that). For extra mojo, copy the text into a plain text editor first, then re-copy the text from the text editor before pasting back into RB. Seriously, what you're seeing is bad voodoo--it shouldn't be possible to make the compiler do that even on purpose. Something's bound to be corrupted somewhere. Mark Nutter Quick and easy regex creation and debugging! http://www.bucktailsoftware.com/products/regexplorer/ ____________________________________________________________________________________ Everyone is raving about the all-new Yahoo! Mail (http://advision.webevents.yahoo.com/mailbeta/) _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
