effectfully
                                            effectfully
                                        
                                    This doesn't appear to be a high-priority ticket, hence I'm marking it with "low priority". If anybody disagrees, please do remove the label and we'll reevaluate the issue.
> I think Shea might do it, but yes I'll put it into JIRA. There's no Jira anymore, so I'm copying a comment that was moved from Jira to a...
@bezirg are you the best person to answer this question: > Meanwhile: what are our best options for debugging on-chain code currently? Would it be viable (if a bit painful)...
... meanwhile, we do now have a [debugger](https://github.com/input-output-hk/plutus/blob/902fc980f3e4f2d698f91041f67857d35c3c831c/plutus-core/executables/debugger/Main.hs) and working on a better debugging experience is one of our objective and is something that we already do, hence I'm marking...
> As far as we can tell, there's no way to opt-out of this new compiler to produce contracts that work on main net. > Is the recommendation still to...
> Is that documented somewhere? It's mentioned on https://plutus.readthedocs.io in [Plutus Tx Compiler Options](https://plutus.readthedocs.io/en/latest/reference/writing-scripts/compiler-options.html#plutus-tx-options). > Sorry I missed it; No problem at all, we do welcome and appreciate questions, requests,...
Please let us know if using `target-version=1.0.0` helped.
@Quantumplation this is fantastic feedback, thank you very much. I'll pass it to the team and make sure we address it (probably not very soon, unfortunately). > @effectfully tentatively, it...
OK, so this is what the docs say: > ```haskell > {-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:dump-uplc #-} > ``` > > This will dump the output to a temporary file with...
> @michaelpj please review my comment for any misinformation. @michaelpj a gentle nag. Also, does `dump-uplc` have to erase annotations? What if someone wants to, say, dump the UPLC of...