Skip to content

Debugging on specific date #188

Closed
Closed
@s-kust

Description

@s-kust

I need something like this to work:

from IPython.core.debugger import set_trace
...
    def next(self):
        if self.data.index[-1] == THE DESIRED DATE HERE:
            set_trace()

How to do that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionNot a bug, but a FAQ entry

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions