Doing &#39;self session&#39; from a debugger will never work, it will always return nil.  This is the way it was implemented.<br><br>Follow Diego&#39;s advice and set it to a local var first, then you can inspect the local var.<br>
temp := self session.<br>self halt.<br><br><br>or a pattern I use:<br>self session inspect.<br>self halt.<br><br>Then I have an inspector already opened on the session instance.<br><br><div class="gmail_quote">On Wed, Oct 3, 2012 at 9:24 AM, Paul DeBruicker <span dir="ltr">&lt;<a href="mailto:pdebruic@gmail.com" target="_blank">pdebruic@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So when you instantiate your session if you set the value of the oauthToken variable to &#39;abcd&#39; in the initialize method and then do nothing else does your conditional pass?<br>

<br>
<br>
Also - What Bob Arning just said<br></blockquote></div>