Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.68 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.68 KB

"Click Here" to return to the Windows README.md

IntelliJ IDEA Ultimate Guide for Windows

Development tools

Downloads:

Alternative IDE Downloads:

Instructions for IntelliJ IDEA:

  1. Inside IntelliJ IDEA Ultimate open the "Select Run/Debug Configuration" dropdown
  2. Click the "Add New Configuration" and select Python
  3. Set "Script path" to python\eeg2bids.py
  4. Set "Python interpreter" to Python 3.8.5 that you've already installed.
  5. See the image below for an example:

Example Run/Debug Configuration for Python

  1. Inside IntelliJ open the "Select Run/Debug Configuration" menu
  2. Click the "Add New Configuration" and select npm
  3. Set "Scripts" to start
  4. See the image below for an example:

Example Run/Debug Configuration for npm

  1. Make sure to "APPLY" your changes and click "OK"
  2. Now launch debug mode of python "EEG2BIDS Wizard" (see image below)

Example Run/Debug Configuration for npm

  1. Now launch debug mode of npm "START" (see image below)

Example Run/Debug Configuration for npm