To add to this, you can do
@debug begin
# computations #
formatted_result = ...
end
for complicated debug operations.
To add to this, you can do
@debug begin
# computations #
formatted_result = ...
end
for complicated debug operations.