Skip to content

Prints all hit breaktpoints on a step#19

Merged
ktock merged 1 commit intomainfrom
listbreaktpoints
May 17, 2022
Merged

Prints all hit breaktpoints on a step#19
ktock merged 1 commit intomainfrom
listbreaktpoints

Conversation

@ktock
Copy link
Copy Markdown
Owner

@ktock ktock commented May 17, 2022

>>> b 4
>>> bp
[0]: line: Dockerfile:4
[on-fail]: breaks on fail
>>> c
Breakpoint[0]: reached line: Dockerfile:4
Breakpoint[on-fail]: caught error process "/bin/sh -c echo -n c > /" did not complete successfully: exit code: 1
Filename: "Dockerfile"
      1| FROM registry2-buildkit:5000/busybox:1
      2| RUN echo -n a > /a
      3| RUN echo -n b > /a
*=>   4| RUN echo -n c > /
      5| RUN echo -n d > /d

@ktock ktock force-pushed the listbreaktpoints branch from d047562 to 1443ea1 Compare May 17, 2022 00:17
@ktock ktock merged commit 14d1c76 into main May 17, 2022
@ktock ktock deleted the listbreaktpoints branch May 17, 2022 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant