Debugging Gekko
#2
You can use Visual Studio Code for debugging. Just add the Gekko folder to a workspace, then go to debug open configurations and put this in there (add your config file). I will probably make a video on how to do this next week. 

Code:
{
   // Use IntelliSense to learn about possible attributes.
   // Hover to view descriptions of existing attributes.
   // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
   "version": "0.2.0",
   "configurations": [
       {
           "type": "node",
           "request": "launch",
           "name": "Launch Program",
           "program": "${workspaceFolder}/gekko.js",
           "args": [
               "--config", "your-config-file.js"
           ]
       }
   ]
}
If it isn't crypto, it isn't worth mining, it isn't worth speculating.
https://www.youtube.com/c/crypto49er
  Reply


Messages In This Thread
Debugging Gekko - by faldor - 07-27-2018, 08:43 PM
RE: Debugging Gekko - by crypto49er - 07-28-2018, 02:08 AM
RE: Debugging Gekko - by faldor - 07-28-2018, 02:21 AM
RE: Debugging Gekko - by crypto49er - 07-28-2018, 03:33 AM

Forum Jump:


Users browsing this thread: