mingeun2154 / mingeun2154.github.io

github blog
https://mingeun2154.github.io
MIT License
1 stars 0 forks source link

python/debugging/ #4

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

vim에서 python 디버깅 - My blog

python 프로그래밍 - 디버깅 환경 설정

https://mingeun2154.github.io/python/debugging/

mingeun2154 commented 1 year ago

cpp 디버깅 configuration

{ "configurations": { "codeLLDB": { "adapter": "CodeLLDB", "configuration": { "type": "cppdbg", "request": "launch", "program": "${workspaceRoot}/out", "args": [], "cwd": "/Users/mingeun/study/network/socket/", "externalConsole": false, "stopAtEntry": true, "MIMode": "lldb" } } } }