Giter Club home page Giter Club logo

jfs-debugging's Introduction

jfs-debugging

Lesson on Java Debugging

Directions to Clone and load in IntelliJ

  • Go to this Repo and FORK this repository onto your github
  • Copy the HTTPS URL from the "Code" button on your GitHub
  • Open your terminal (Git bash) and navigate to the appropriate location where you wish to save the folder to and run
git clone URL-you-Copied-goes-here
  • Open IntelliJ and click on new project

  • Select Java and make sure you have a Project SDK selected and then click next

    • Leave the box for create project from template unchecked and click next
  • Click on three dots ... next to project location. Change project location to the directory you just cloned to your machine. Click OK and then click Finish.

  • Main will be the entry point for your application.

  • To run the first time right click on Main.java and click Run Main.main() which will also open the Run output and then on the Green play button will attempt further reruns


Directions for Coding

  • Run the Application.
  • You should receive errors. It is your job to find the bugs in the code and fix them.
  • Once you have found and fixed all of the bugs you should be able to run the program.
  • Make sure your program produces the expected results. There may be some logic errors in the program as well.

Directions for Pushing Revision to github

  • Push your changes up to your repository. From your git bash terminal, enter the following commands:
git add .
git commit -m “Add solutions to activity”
git push -u origin main
  • Go to your GitHub repository. You should see your changes.
  • Submit your pull request with your solution

jfs-debugging's People

Contributors

alainpicard0x0 avatar thrivethru avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.