Codegrip GDB Server?

Post Reply
Author
Message
SpinKernel
Posts: 3
Joined: 18 Jan 2022 16:57

Codegrip GDB Server?

#1 Post by SpinKernel » 18 Jan 2022 18:16

Greetings,
Noticed codegripgdbserver.exe but when i try to run it i can't get any response out of it. I cannot find any documentation on it either. I'm trying to setup STMCubeIDE to use it as a debugger since it just uses GDB server connection to do it. Anyone link the documentation to this? Appreciate any information. If I can't get GDB to work with this, I'll have to find another tool.

arhichief
Posts: 3
Joined: 09 Oct 2021 16:18

Re: Codegrip GDB Server?

#2 Post by arhichief » 09 Feb 2022 00:13

If you run CodegripGdbServer.exe under command line shell with option -h you will get something like this:

Code: Select all

[arhichief@arhichief-pc ~]$ CodegripGdbServer.AppImage -h
Usage: CodegripGdbServer.AppImage [options]

Options:
  --help, -h, -?
  --mcu <mcu>      Mcu name <ex. PIC18LF46K22>
  --port <port>    GDB server port <ex. 1234>
  --cport <cport>  Control server port <ex. 1235>
  --stop <stop>    Exit application on session end
  --ssl <ssl>      Crypt communicatioin with server by ssl
Unfortunatelly, this is all I can get.

Post Reply

Return to “CODEGRIP programmer and debugger”