Re: [Gems-users] "DEBUG_FILTER_STRING":'c'


Date: Mon, 10 Sep 2007 09:56:42 -0500 (CDT)
From: Luke Yen <lyen@xxxxxxxxxxx>
Subject: Re: [Gems-users] "DEBUG_FILTER_STRING":'c'

  Here's a question to the list that I answered:

Question: In my compilations, if I put the 'c' option, or the 'l', 'N',...in the debug_filter_string, there is no difference in the results of the output file. Whatever option I put, it produces the same output. Why?

Answer: Try setting more debug params. In our Python script we have the following:

    mfacet.run_sim_command('ruby0.debug-verb med')
    mfacet.run_sim_command('ruby0.debug-filter l')
    mfacet.run_sim_command('ruby0.debug-start-time "%d"' % debug)
    mfacet.run_sim_command('ruby0.debug-output-file /scratch/ruby')


   Luke
[← Prev in Thread] Current Thread [Next in Thread→]
  • Re: [Gems-users] "DEBUG_FILTER_STRING":'c', Luke Yen <=