https://github.com/synox/intellij-copy-sourcecode-in-debugger
https://github.com/synox/intellij-copy-sourcecode-in-debugger
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/synox/intellij-copy-sourcecode-in-debugger
- Owner: synox
- Created: 2018-05-14T20:29:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T20:33:13.000Z (about 8 years ago)
- Last Synced: 2025-02-15T20:30:59.171Z (over 1 year ago)
- Language: Java
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intellij Plugin
WIP for https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000422864-Generate-Code-from-Object-state-in-Debugger
## Idea
While looking at a variable in the debugger, I would like to copy code that generates this object. The Code recursively re-creates all the Objects. This would be useful to create a unit-test out of productive data.
## Limitiations:
This would only work with simple beans with matching constructors. A great extra would be to support Lombok Builders.