Skip to content

Latest commit

 

History

History

microtask-5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Microtask #5

In this microtask, we'll try to set up Graal to be executed from PyCharm IDE.


# Steps

  • Firstly download and install PyCharm IDE
  • Clone Graal repository for development purpose.
  • Open the Graal project in PyCharm IDE

# Run/Debug Configuration

  1. Select Script path as bin/graal from the project repository.
  2. Add Graal parameters in Parameters input tab.
  3. Apply the changes & Run the script
Below: I'm setting up Graal's `CoCom` backend for execution.


Below: I'm setting up grimoirelab-perceval & grimoirelab-toolkit, with this we can have a look at the dependent source and debug faster.


  • Refer PyCharm basics
  • Refer to other commands by passing --help in configuration parameter

This concludes microtask #5