• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Guide: How to run your code in debug mode

    Discussion in 'Community Developer Forum' started by gathel, Apr 14, 2015.

    1. gathel

      gathel New Member

      Joined:
      Feb 14, 2015
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      1
      I haven't seen this posted yet, so I thought I could add to some knowledge.

      It should be obvious, but this doesn't work with order bot profiles (though it probably works for order bot profile custom tags, I just haven't tried).

      The source code for your project has to be the same source code that Rebornbuddy is loading.

      In Visual Studio, solution open:
      1) right-click the solution in solution explorer
      2) "Add" -> "Existing Project"
      3) Select rebornbuddy.exe
      4) After it's added as a project, right-click the Rebornbuddy.exe in your solution explorer
      5) "Set as Startup Project"

      Now you can set breakpoints and change variables on the fly. This will cause everything to go slower, and if you sit at a breakpoint during a tree action it'll probably start messing with timing.
       
      Last edited: Apr 15, 2015
    2. newb23

      newb23 Community Developer

      Joined:
      Nov 26, 2014
      Messages:
      397
      Likes Received:
      15
      Trophy Points:
      18
      Thank you for this, should be helpful for starting new projects!
       
    3. Royalbramster

      Royalbramster Member

      Joined:
      Apr 13, 2015
      Messages:
      33
      Likes Received:
      2
      Trophy Points:
      8
      This is indeed very helpful.
       

    Share This Page