-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor/debug details #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Só deixei uns comentários X auahauhauahau. Mas boa, a gente realmente precisa completar essa seção.
@@ -393,6 +393,7 @@ define VS_LAUNCH | |||
"request": "launch", | |||
"servertype": "stutil", | |||
"cwd": "$${workspaceRoot}", | |||
"gdbPath": "${ARM_GCC_PATH}/arm-none-eabi-gcc", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não deveria ser gdb aqui @marcoabensur??
"gdbPath": "${ARM_GCC_PATH}/arm-none-eabi-gcc", | |
"gdbPath": "${ARM_GCC_PATH}/arm-none-eabi-gdb", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verdade, devia
"cStandard": "c99", | ||
"cppStandard": "c++14", | ||
"intelliSenseMode": "clang-x64" | ||
"intelliSenseMode": "linux-gcc-arm" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"intelliSenseMode": "linux-gcc-arm" | |
"intelliSenseMode": "gcc-arm" |
@marcoabensur só pra fechar isso, deixei uns comentários a mais ali |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nossa eu tinha uns comentários antigos que ficaram pendentes e nunca soltei uhasuhasuh
@@ -393,6 +393,7 @@ define VS_LAUNCH | |||
"request": "launch", | |||
"servertype": "stutil", | |||
"cwd": "$${workspaceRoot}", | |||
"gdbPath": "${ARM_GCC_PATH}/arm-none-eabi-gcc", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E tava vendo aqui, acho que não precisa do caminho completo
"gdbPath": "${ARM_GCC_PATH}/arm-none-eabi-gcc", | |
"gdbPath": "arm-none-eabi-gdb", |
@@ -403,6 +404,7 @@ define VS_LAUNCH | |||
"request": "launch", | |||
"servertype": "jlink", | |||
"cwd": "$${workspaceRoot}", | |||
"gdbPath": "${ARM_GCC_PATH}/arm-none-eabi-gcc", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"gdbPath": "${ARM_GCC_PATH}/arm-none-eabi-gcc", | |
"gdbPath": "arm-none-eabi-gdb", |
Opa, com a migração pra cmake acho que essa PR não faz mais tanto sentido... fechando por aqui a parte da documentação ainda é importante, então criei a issue #48 pra ser feito no futuro |
No description provided.