Results 1 to 3 of 3

Thread: Enabling/disabling the debug messages from within SRL 6 itself?

  1. #1
    Join Date
    Dec 2013
    Posts
    95
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default Enabling/disabling the debug messages from within SRL 6 itself?

    I get a lot of debug messages from within SRL 6's library functions. Sometimes I want them, but other times I don't. Is there a flag I can set for this? Thanks!

  2. #2
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Simba Code:
    DisableSRLDebug := True; //this line before setupsrl
    SetupSRL();

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Dec 2013
    Posts
    95
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    Simba Code:
    DisableSRLDebug := True; //this line before setupsrl
    SetupSRL();
    Awesome! Thanks!

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
  •