Skip to content

Primitive and inlined methods do not show up in context trace #79

@BraunTom

Description

@BraunTom

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:
Screenshot 2022-06-14 at 21 26 56

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):
Screenshot 2022-06-14 at 22 04 12

I hope I did not overlook anything

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions