xcode-select --install
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
To remove a submodule you need to:
git rm --cached path_to_submodule
(no trailing slash).rm -rf .git/modules/path_to_submodule
(no trailing slash).git commit -m "Removed submodule <name>"
rm -rf path_to_submodule
#Windows
eclipse.exe -vmargs -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044
#Mac
/eclipse.app/Contents/MacOS/eclipse -vmargs -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044
#Note Port 1044 could be changed
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |