Skip to content

stepping over fflush #190

Description

@lzace817

The extension is freezing when I step over a fflush.

example:

#include <stdio.h>

int main(void)
{
    printf("hello\n");
    fflush(stdout); // works fine
    printf("world");
    fflush(stdout); // frezes
    return 0;
}

compile command:

gcc -Wall -Wextra -ggdb -o build/fflush-test fflush-test.c

It works fine on gdb alone.

Expected behaviour

It would step to the line return 0 and not freeze.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions