mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that the continue/start button should be disabled if the user stops the Debugger for the procedures. #5188 (#5353)
This commit is contained in:
@@ -514,8 +514,11 @@ export default function DebuggerComponent({ pgAdmin, selectedNodeInfo, panel, ev
|
||||
})
|
||||
.then(function (res) {
|
||||
if (res.data.data.status) {
|
||||
// Call function to create and update local variables ....
|
||||
// Remove active time in the editor
|
||||
setActiveLine(-1);
|
||||
// Clear timeout on stop debugger.
|
||||
clearTimeout(timeOut);
|
||||
|
||||
params.directDebugger.direct_execution_completed = true;
|
||||
params.directDebugger.is_user_aborted_debugging = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user