Author Topic: debugger_gdbmi  (Read 327 times)

Offline Frank_CB

  • Almost regular
  • **
  • Posts: 166
debugger_gdbmi
« on: Yesterday at 09:03:47 am »
Where does github place the debugger_gdbmi folder ?
« Last Edit: Yesterday at 07:33:51 pm by Frank_CB »

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2937
Re: DEBUGGER_GDBMI
« Reply #1 on: Yesterday at 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.



Offline Frank_CB

  • Almost regular
  • **
  • Posts: 166
Re: debugger_gdbmi
« Reply #2 on: Yesterday at 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.