Add additional debug options

This commit is contained in:
vsrs 2020-05-07 17:07:58 +03:00
parent c4ca6e29c2
commit 5426e2927e
3 changed files with 21 additions and 3 deletions

View file

@ -113,6 +113,8 @@ export class Config {
return {
engine: this.get<string>("debug.engine"),
engineSettings: this.get<object>("debug.engineSettings"),
openUpDebugPane: this.get<boolean>("debug.openUpDebugPane"),
sourceFileMap: sourceFileMap,
};
}