Skip to content

A plugin that add a Python debug interpreter for ModOrganizer2.

License

Notifications You must be signed in to change notification settings

Holt59/modorganizer-python_debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModOrganizer2 - Python debug plugin

This is a small plugin built upon pyqtconsole that offers a Python interpreter within MO2.

Installation

To install, go to the releases page and download the latest release (python_debug-x.y.z.zip). Extract the archive in your MO2 plugins/ folder (you should get a plugins/python_debug folder).

Usage

To start the interpreter, press F12 or use the Tools menu. Within the interpreter, you have access to the following immediately:

mobase  # The mobase module
organizer  # The global IOrganizer instance

License

MIT License

Copyright (c) 2020 Mikaël Capelle

See LICENSE for more information.