Results 1 to 4 of 4

Thread: Get debug lines?

  1. #1
    Join Date
    Oct 2009
    Location
    Melb, Australia
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Get debug lines?

    Hey quick question:
    Is there a way to get specific lines from SCAR's debug box?
    Eg.
    Writeln('Line 1');
    Writeln('Line 2');
    Writeln('Line 3');
    Writeln('Line 4');

    I want to retrieve the string in line 3.
    Sorry if this has already been asked.

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Open Scar. Press F1
    function GetDebugLine(Line: Integer): string;
    Returns a certain given line of the debug box.
    !

  3. #3
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

  4. #4
    Join Date
    Oct 2009
    Location
    Melb, Australia
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •