<FromGitter>
<victor95pc> anyway to run binding.pry on crystal?
<FromGitter>
<victor95pc> I trying to find something, but all solutions is always incomplete
<FromGitter>
<robacarp> @victor95pc unfortunately no, there isn’t. Being compiled, Crystal makes that sort of thing more complicated than ruby. ⏎ ⏎ One way around that is to make a file which is as short as the problem at hand.
<FromGitter>
<robacarp> I make a file which requires config/application.cr but doesn’t boot the server. ⏎ ⏎ Then i can usually represent the problem im working on in a couple lines.