Skip to content

bug @OcamlDebugger #20

Description

@scg03

Thank you for developing this IDE.

The "put breakpoint" does not work on my system and it turns out the problem is at Ocaml/src/ocaml/debugging/OcamlDebugger.java line 1024

Pattern patternBreakpoint = Pattern
        .compile("Breakpoint\\s+(\\d+)\\s+at\\s+(\\d+):\\s+file\\s+(.*?),\\s+line\\s+(\\d+),\\s+characters\\s+(\\d+)-(\\d+)");

It should be

Pattern patternBreakpoint = Pattern
        .compile("Breakpoint\\s+(\\d+)\\s+at\\s+(\\d+)\\s+:\\s+file\\s+(.*?),\\s+line\\s+(\\d+),\\s+characters\\s+(\\d+)-(\\d+)");

There are spaces before and after the ":" on my system.

Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions