Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bthacher
Total activity
10
Last activity
January 18, 2022 17:03
Member since
January 14, 2022 16:30
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
1
Activity overview
Posts (0)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
January 14, 2022 16:30
Any update on this? It would be a very helpful feature to be able to specify what command line options are sent to gdb/openocd. Other debug configurations support argument passing.
Community
CLion
How to customize gdb target connection timeout
0 votes
Created
January 18, 2022 17:03
Well this is embarrassing, it seems like there was a breakpoint from earlier in my troubleshooting, and for some reason it took a very long time to add it while openocd started up. When I removed i...
Community
CLion
How to customize gdb target connection timeout
0 votes
Created
January 18, 2022 15:52
Previously, the project directory on the local machine had a different path than in the docker container, causing the path issue. I just changed the deployment path to match the project directory o...
Community
CLion
How to customize gdb target connection timeout
0 votes
Created
January 18, 2022 14:23
Update: I tried copying the source directory to a place outside of the CLion project, and path remapping seems to have worked. Of course this is basically useless because I can't put breakpoints in...
Community
CLion
How to customize gdb target connection timeout
0 votes
Created
January 18, 2022 14:02
Turns out what I needed was custom startup commands for both gdb and openocd, which I was able to do through a custom .gdbinit file and specifying command line arguments in the "Embedded GDB Server...
Community
CLion
How to customize gdb target connection timeout
0 votes