Added conditional breakpoints

This commit is contained in:
WebFreak001 2016-02-09 15:15:51 +01:00
commit 97de960df7
4 changed files with 57 additions and 20 deletions

View file

@ -1,6 +1,7 @@
export interface Breakpoint {
file: string;
line: number;
condition: string;
}
export interface Stack {