Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Inter129/PS-mac

Repository files navigation

Build

g++ --std=c++17 name.cpp -g

LLDB

lldb ./a.out

LLDB 시작

run

LLDB 중단점 걸기

br -l [Line number]

LLDB 조건부 중단점 걸기

br -l [Line number] -c "i == 3"

LLDB 다음줄

n

LLDB 다음 중단점 까지 계속 실행

continue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages