1) Added mouse over indication for breakpoint area in the Debugger. Fixes #2647

2) Added search text option to the Debugger panel. Fixes #2648
3) Port Debugger to React. Fixes #6132
This commit is contained in:
Nikhil Mohite
2022-06-15 11:37:54 +05:30
committed by Akshay Joshi
parent 7e1e068370
commit 2adca6bbc4
44 changed files with 5162 additions and 3841 deletions

View File

@@ -114,6 +114,11 @@
width: .9em;
}
.breakpoints {
width: .9em;
cursor: pointer;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
cursor: pointer;