Example #1
0
        public DebuggerSession CreateSession()
        {
            HxcppDbgSession ds = new HxcppDbgSession();

            return(ds);
        }
 public DebuggerSession CreateSession()
 {
     HxcppDbgSession ds = new HxcppDbgSession ();
     return ds;
 }
 public HxcppBacktrace(HxcppDbgSession session, int fcount, long threadId)
 {
     this.session = session;
     this.fcount = fcount;
     this.threadId = threadId;
 }
Example #4
0
 public HxcppBacktrace(HxcppDbgSession session, int fcount, long threadId)
 {
     this.session  = session;
     this.fcount   = fcount;
     this.threadId = threadId;
 }