What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Guide: How to run your code in debug mode

gathel

New Member
Joined
Feb 14, 2015
Messages
26
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:
Thank you for this, should be helpful for starting new projects!
 
Back
Top