When using the Trace Debugger some methods (mostly unary methods and methods chained to them) do not show up.
For example if you execute
[Parser new parse: #parseSelector class: Parser] traceAndDebug.
at some point you get:

sourceStream does not show up although expected (maybe a problem is that sourceStream is an immediate return?).
If one method is ignored chained methods will get ignored too. Expected would be that they are shown in the trace.
For the same example as above (but for a slightly different location in the method):

I hope I did not overlook anything