Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
krihy committed Sep 7, 2023
1 parent 4e58e2d commit 32d819e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public DebuggerSession(DebuggeeSession debuggeeSession, StartPLDebugReq req, boo
ddl = req.getAnonymousBlock();
this.syncEnabled = syncEnabled;

// Debugger must connect to the same database host with debuggee
acquireNewConnection(debuggeeSession.getConnectionSession(),
() -> cloneDataSource(debuggeeSession.getNewDataSource()));
try (Statement stmt = connection.createStatement()) {
Expand Down

0 comments on commit 32d819e

Please sign in to comment.