Code::Blocks Forums
User forums => Help => Topic started by: Frank_CB on April 28, 2026, 09:03:47 am
-
Where does github place the debugger_gdbmi folder ?
-
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.
-
@pecan:
Thanks for the explanation of how and where github clones a repository. I'm sure others may learn from it.
Regards.