diff --git a/docs/remix_startdebugging.png b/docs/remix_startdebugging.png index 72b3f2d0a2..bf5287a5c3 100644 Binary files a/docs/remix_startdebugging.png and b/docs/remix_startdebugging.png differ diff --git a/docs/tutorial_debug.rst b/docs/tutorial_debug.rst index 50bbb9adcf..b1622512d8 100644 --- a/docs/tutorial_debug.rst +++ b/docs/tutorial_debug.rst @@ -71,8 +71,7 @@ Right panel / second tab from the left - fill in the ´´value´´ input (´1 et Then click on ``Donate``. As we are using the ``JavaScript VM``, everything goes almost instantly. -Remix displays also some information related to each transaction result. On the right of each transaction result -you can start debugging the corresponding transaction. +Remix displays also some information related to each transaction result. In the terminal, the transaction is logged and you can start debugging it. .. image:: remix_startdebugging.png