Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.
This repository was archived by the owner on May 18, 2022. It is now read-only.

A call breakpoint does not seem to trigger #138

@JoranHonig

Description

@JoranHonig

I have a simple program with one call to printf

int main(int argc, char *argv[])
{
  printf("Input: ");
  return 0;
}

I then analyze this using a pathgroup and a breakpoint on "call" events.
However the breakpoint is never triggered, which is unexpected.

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