Open
Description
I have a similar issue. No matter what I copy/paste, it does not recognize the stack trace. It > would be nice if the extension could output some progress, like
successfully detected the cut marker start successfully detected the cut marker end successfully detected the exception context successfully detected the stack trace marker start successfully detected the stack trace marker end [...]
or, in an error case
missing the cut marker start missing the cut marker end missing the stack trace marker start missing the stack trace marker end [...]
In my case, I think the bug is in Arduino IDE, because it only copies what is currently visible on > the screen, and not what actually has been selected [[probably this bug]](https://github.com/arduino> /arduino-ide/issues/1081). That's a pity. My traceback is several dozens of lines long.
Also,
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
is not very helpful, because I don't know whether this is the start or the end of the cut.>
Originally posted by @WelliSolutions in #21 (comment)