shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
181 stars 19 forks source link

Debugging code ? #382

Closed dredknight closed 6 years ago

dredknight commented 6 years ago

Hello everyone,

I was wondering what are you using (and what is available to Shoes) to debug shoes code/scripts? Something I bumped into is "pry" gem but I do not know if it is supported by shoes.

ccoupe commented 6 years ago

Shoes has byebug built in. https://github.com/Shoes3/shoes3/wiki/Debugging-with-Byebug

dredknight commented 6 years ago

Thanks @ccoupe ! I will leave this thread open for a few days in case I totally fail with how it works.

dredknight commented 6 years ago

Got it :)