Ejemplo n.º 1
0
        void Initialize(JoinableTaskContext taskContext)
        {
            _taskContext = taskContext;
            taskContext.ThrowIfNotOnMainThread();

            base.Initialize();
            YetiLog.Initialize("YetiVSI", DateTime.Now);

            CoreAttachCommand.Register(this);
            LLDBShellCommandTarget.Register(taskContext, this);
            DebuggerOptionsCommand.Register(taskContext, this);
        }
Ejemplo n.º 2
0
 public void SetUp()
 {
     // TODO: Don't output an actual log file to disk.
     YetiLog.Initialize(nameof(DebugEngineTests), DateTime.Now);
 }
Ejemplo n.º 3
0
 public void SetUp()
 {
     YetiLog.Initialize(nameof(LoggingTest), DateTime.Now);
 }