Code::Blocks Forums

User forums => Help => Topic started by: Frank_CB on April 28, 2026, 09:03:47 am

Title: debugger_gdbmi
Post by: Frank_CB on April 28, 2026, 09:03:47 am
Where does github place the debugger_gdbmi folder ?
Title: Re: DEBUGGER_GDBMI
Post by: Pecan on April 28, 2026, 05:20:02 pm
Where does github place the debugger_gdbmi folder ?

If you mean where does it place the folder when you clone the source, it places it in the currently active directory.
,
So if I "cd F:\proj", "mkdir myNewDir", "cd myNewDir", then  "git clone https://github.com/pecanh/debugger_gdbmi",
the directory myNewDir will contain a sub folder named debugger_gdbmi_main containing the source.

If you mean where does it place the debugger_gdbmi.zip when you download the zip file, it places it where your systems specifies the download directory to be. For me, it's c:\users\pecan\download.


Title: Re: debugger_gdbmi
Post by: Frank_CB on April 28, 2026, 07:45:40 pm
@pecan:
Thanks for the explanation of how and where github clones a repository. I'm sure others may learn from it.
Regards.