Show Database State Durring Debug of a Test
Answered
I am testing a Spring Boot application and one of my unit tests modifies a database table. Is there any way to see the changes to the table during a debug session in IntelliJ Ultimate?
If possible, I would imagine it involve attaching the debugging database session to the Database window.
Please sign in to leave a comment.
See my comment here https://stackoverflow.com/questions/58525378/show-database-state-durring-debug-of-a-test
There is no real-time update view for database tables. Feel free to file a request at https://youtrack.jetbrains.com/issues/DBE requesting in more details the feature you would like to see, including the database you are using. Thanks.