URI: 
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       mc-Things
  HTML https://mcthings.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: mc-Studio
       *****************************************************
       #Post#: 2023--------------------------------------------------
       mcStudio sitting on "Debug: Running:"
       By: guest135 Date: June 14, 2017, 2:27 pm
       ---------------------------------------------------------
       Just as the title says, I'm trying to set up losant for my
       mcmodule120s and when I got to deploy my code, mcStudio just
       sits on build and Debug Running.
       #Post#: 2024--------------------------------------------------
       Re: mcStudio sitting on "Debug: Running:"
       By: mc-T2 Date: June 15, 2017, 2:59 pm
       ---------------------------------------------------------
       Hello,
       Did you hit the 'Run' button? If so, this is the debugging
       feature and is not actually loading the code into Flash.
       Debugging works by running the code in RAM so that you can check
       on variables and ensure that your code is doing what you expect
       it to.
       When you go to load code into the device, you need to 'Build'
       (compile) the code and then 'Load' it into the device. You can
       do this either using the toolbar buttons or by pressing F6
       (Build) and F7 (Save and Load). You can also go to the 'Project'
       menu and select 'Build' and 'Load' functions.
       Also, and yes this video is using an older version of mcStudio
       (We will be updating these videos soon!), check out this YouTube
       video on our channel to help you work with mcStudio:
  HTML https://youtu.be/QopVWn06CXY
       
       Hope that helps!
       *****************************************************