kkyeer / debugger-to-uml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debugger-to-uml

Build Version Downloads

Template ToDo list

This plugin allows you to generate sequence diagram uml from Java debugger stack and save it as svg file. Just need 2 steps:

  1. Right-click the frame in Debugger Panel
  2. Click "Generate UML" button

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "debugger-to-uml" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 87.9%Language:Kotlin 12.1%