On 08/24/2015 03:51 PM, Ticket 554 wrote:
when an object cannot be created, Pd prints the error `foo couldn't create` so the user knows that the object failed to instantiate. unfortunately there is no way to easily find this failed object (in a huge patch).
this patch uses `pd_error()` to print the error-message, so the failed object is findable via:
- *Find last error*
OR
- *Ctrl-clicking on the error-message*
btw, is there actually a *reason* why current Pd doesn't allow to "find" a "couldn't create"-error?
if not, that patch fixes it.
gfmasrd IOhannes