gazbert / bxbot

A simple Bitcoin trading bot written in Java.
MIT License
779 stars 275 forks source link

Debugging bx-bot #88

Closed jurepetrovic closed 6 years ago

jurepetrovic commented 6 years ago

Hello Gents,

how would you go about debugging bx-bot in eclipse? I cannot seem to get a working debug configuration together...

Rgds , Jure

gazbert commented 6 years ago

Hi @jurepetrovic, you might get some help from: https://gitter.im/BX-bot/Lobby

I use IntelliJ, but STS/Eclipse should work the same way: BXBot.java is the main class, set the working directory, and that should be it: : https://imgur.com/a/0CWPD

HTH

jurepetrovic commented 6 years ago

Thanks. I already managed debugging in the meantime. Springboot made it a bit harder.

If I get that correctly you're using springboot only because of the built-in webserver?

gazbert commented 6 years ago

Yes, Boot is being used to support the REST API to configure and manage the bot remotely as per #32 - currently WIP.