Added conditional breakpoints
This commit is contained in:
parent
3831f07c2a
commit
97de960df7
4 changed files with 57 additions and 20 deletions
|
|
@ -1,6 +1,7 @@
|
|||
export interface Breakpoint {
|
||||
file: string;
|
||||
line: number;
|
||||
condition: string;
|
||||
}
|
||||
|
||||
export interface Stack {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue