Skip to content

Support debugging of test cases #49

@jorsanpe

Description

@jorsanpe

Sometimes it's useful to run the debugger in order to find a problem with a test case. The problem right now is that, as the describe statement is a macro, the C++ debugger seems not capable of doing steps in the test cases themselves. It seems that the problem is related to GDB not supporting debugging of lambda functions. I think in order to fix this describe should not expand to a lambda function, same as the it statements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew functionality to be added🔥 HOT 🔥This is very important

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions