- Remove indirect debug option
- Fix console output
- Update plugin version
- Update plugin gradle version
- Update Github Actions
- Branch 222
- Upgrade plugin version
- Upgrade kotlin version
- Upgrade platform version
- Upgrade plugin version
- Upgrade kotlin version
- Upgrade platform version
- Remove deprecated implementation
- Fix shared_preload_libraries detection
- Fix search_path from database tree
- Custom command to debugger session only
- Fix run non SELECT query
- Remove depreciated API warnings
- Build against Intellij 221.1.1
- Kotlin upgrade
- Plugin versions upgrade
- Images for Dockerized debugger
- Intellij 2022.1 support
- Change version scheme
- NPE on database tree
- Debug a routine from the database tree
- Prevent running debugger twice
- Manage quoted identifier and schema
- Experimental support of indirect debugging
- Sessions issues
- NULL handling with array and composite types
- Use background task:
- User can control debug task
- Gracefully terminate session
- Inline variable display
- User can see variable in code
- Variable with long value are truncated
- Plugin configuration:
- Custom query on both running and debugging session
- Add SQL specific verbosity
- Fix call identification
- Fix breakpoint support for PROCEDURE
- Improved breakpoint management
- Plugin configuration:
- Timeout control
- Output verbosity
- Internal queries(to fix manually)
- Failure tests(for developer)
- Fix procedure detection on PG 14
- Better error handling
- Close owner connection when something has failed
- Plugin configuration: timeouts and output verbosity
- Fix procedure detection
- Many internal changes
- Ignore case when for function detection
- Avoid JSON transformation error
- Commands are within the PlExecutor
- Better verbosity
- Better use of coroutines
- Solve Prevent when extension is not avaible #12 (SQL issue)
- Progress on A routine with an enum in arg fails #13
- Fix compatibility with last DatabaseTool implementation
- Support for breakpoint
- Implements a Virtual File System to store debug files
- Refactor many parts for future test support
- Fix procedure identification on specific schema
- Gracefully handle debug connection
- Allow direct debug of a PL/pg function
- View variables
- Explore arrays and composite type