@ -201,6 +198,7 @@ deploy transactions created from Remix and already mined transactions.
features).</p>
<p>To get to the debugger - you can click the debug button in the terminal when a successful or failed transaction appears there. You can also load the module from the plugin manager and then click the bug in the icon panel. Or you can get to the debugger by running the debug command in the console.</p>
<liclass="toctree-l1 current"><aclass="current reference internal"href="#">Importing Source Files in Solidity</a><ul>
<liclass="toctree-l2"><aclass="reference internal"href="#importing-a-file-from-the-browser-s-local-storage">Importing a file from the browser’s local storage</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="#importing-a-file-from-your-computer-s-filesystem">Importing a file from your computer’s filesystem</a></li>
@ -118,10 +119,6 @@
<liclass="toctree-l1"><aclass="reference internal"href="remixd.html">Remixd: Get access your local filesystem</a></li>
@ -240,7 +237,7 @@ have a swarm node, then use swarm-gateways.net.</p>
<ahref="remixd.html"class="btn btn-neutral float-right"title="Remixd: Get access your local filesystem"accesskey="n"rel="next">Next <spanclass="fa fa-arrow-circle-right"></span></a>
<ahref="create_deploy.html"class="btn btn-neutral float-left"title="Creating and Deploying a Contract"accesskey="p"rel="prev"><spanclass="fa fa-arrow-circle-left"></span> Previous</a>
<liclass="toctree-l2"><aclass="reference internal"href="tutorial_debug.html#initiate-debugging-from-the-transaction-log-in-the-terminal">Initiate Debugging from the transaction log in the Terminal</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="tutorial_debug.html#initiate-debugging-from-the-from-the-debugger">Initiate Debugging from the from the Debugger</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="tutorial_debug.html#using-the-debugger">Using the debugger</a></li>
</ul>
</li>
<liclass="toctree-l1"><aclass="reference internal"href="import.html">Importing Source Files in Solidity</a><ul>
<liclass="toctree-l2"><aclass="reference internal"href="import.html#importing-a-file-from-the-browser-s-local-storage">Importing a file from the browser’s local storage</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="import.html#importing-a-file-from-your-computer-s-filesystem">Importing a file from your computer’s filesystem</a></li>
@ -294,10 +297,6 @@ docs. Our IDE tool is available at <a class="reference external" href="https://
<liclass="toctree-l2"><aclass="reference internal"href="#initiate-debugging-from-the-transaction-log-in-the-terminal">Initiate Debugging from the transaction log in the Terminal</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="#initiate-debugging-from-the-from-the-debugger">Initiate Debugging from the from the Debugger</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="#using-the-debugger">Using the debugger</a><ul>
<liclass="toctree-l3"><aclass="reference internal"href="#more-explaination-of-what-these-buttons-do">More explaination of what these buttons do.</a></li>
<ahref="import.html"class="btn btn-neutral float-right"title="Importing Source Files in Solidity"accesskey="n"rel="next">Next <spanclass="fa fa-arrow-circle-right"></span></a>
<ahref="create_deploy.html"class="btn btn-neutral float-left"title="Creating and Deploying a Contract"accesskey="p"rel="prev"><spanclass="fa fa-arrow-circle-left"></span> Previous</a>
@ -254,10 +251,10 @@ the <code class="docutils literal notranslate"><span class="pre">Ballot</span></
<p>Now, we need to check if Remix is connected to Mist:</p>
<p>Right panel / third tab from the left, <codeclass="docutils literal notranslate"><spanclass="pre">Injected</span><spanclass="pre">Provider</span></code> should be
<p>Right panel / second tab from the left, <codeclass="docutils literal notranslate"><spanclass="pre">Transaction</span><spanclass="pre">Origin</span></code> should
contain accounts we have previously created in Geth.</p>
<ahref="remixd.html"class="btn btn-neutral float-left"title="Remixd: Get access your local filesystem"accesskey="p"rel="prev"><spanclass="fa fa-arrow-circle-left"></span> Previous</a>