Skip to content

Instantly share code, notes, and snippets.

View johnlettman's full-sized avatar
🚀
send it

John Lettman johnlettman

🚀
send it
View GitHub Profile
@datlife
datlife / launch.json
Last active September 1, 2023 20:18
C/C++ Workspace settings for VSCode on MacOS (lldb for Debugger)
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "(lldb) Debug binary_tree",
"type": "cppdbg",