Click here to Skip to main content
15,888,209 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I have imported the git project in my workstation, and now i want to debug the https://github.com/FreeRDP/FreeRDP/tree/master/client/Android/FreeRDPCore path project. Means want to debug the FreeRDPCore project to work with that project.

Have you any idea under debugging it, please your help be lots to me.
Thank you!
Posted

1 solution

Git is a distributed version control system and github is an online location for sharing repositories. You cannot debug it directly. You need to download it or use:
git clone --bare https://github.com/FreeRDP/FreeRDP.git

Of course you must have git installed.

Download link: https://github.com/FreeRDP/FreeRDP/archive/master.zip[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900