Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. What is "turning on a trace"?

What is "turning on a trace"?

Scheduled Pinned Locked Moved C#
questioncsharpdebugging
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • . Offline
    . Offline
    ...---...
    wrote on last edited by
    #1

    I'm reading chapter 1 of Lippman's C# Primer. He talks about using the "-t" option. Could some one please elaborate what this means and why I would want to do it... thanks a lot

    L C S M 4 Replies Last reply
    0
    • . ...---...

      I'm reading chapter 1 of Lippman's C# Primer. He talks about using the "-t" option. Could some one please elaborate what this means and why I would want to do it... thanks a lot

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #2

      -t option for what? :|**

      How xacc.ide transforms text to colored words on the screen
      Intel PentuimM (aka Centrino) undervolting

      **

      1 Reply Last reply
      0
      • . ...---...

        I'm reading chapter 1 of Lippman's C# Primer. He talks about using the "-t" option. Could some one please elaborate what this means and why I would want to do it... thanks a lot

        C Offline
        C Offline
        Chris Meech
        wrote on last edited by
        #3

        It means that when you can't figure something out, you should take a break for some tea. Hence the -t. You know, dash off and get some tea. :) Chris Meech I am Canadian. [heard in a local bar] The America I believe in has always understood that natural harmony is only one meal away from monkey burgers. [Stan Shannon] GOOD DAY FOR: Bean counters, as the Australian Taxation Office said that prostitutes and strippers could claim tax deductions for adult toys and sexy lingerie. [Associated Press]

        1 Reply Last reply
        0
        • . ...---...

          I'm reading chapter 1 of Lippman's C# Primer. He talks about using the "-t" option. Could some one please elaborate what this means and why I would want to do it... thanks a lot

          S Offline
          S Offline
          Stephan Samuel
          wrote on last edited by
          #4

          Tracing is running with additional back-end output. You should be able to figure out what's going on based on this. In C#, System.Debug.Trace is a static class that drives trace output. The C# compiler (csc) doens't have a -t command line option. What program is at the beginning of the command line that Lippman is quoting here?

          1 Reply Last reply
          0
          • . ...---...

            I'm reading chapter 1 of Lippman's C# Primer. He talks about using the "-t" option. Could some one please elaborate what this means and why I would want to do it... thanks a lot

            M Offline
            M Offline
            malikjhangirahmed hotmail com
            wrote on last edited by
            #5

            I dont know if there is any option -t but there is a command line option /t that specifies the type of target assembly i.e. whether its exe,dll or module. Wasif Ehsan.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups