Load .dbg file when launched with scripts
This commit is contained in:
parent
c5d65fadd9
commit
486bebe2d4
1 changed files with 1 additions and 1 deletions
|
@ -691,7 +691,7 @@ namespace Mesen.GUI.Forms
|
||||||
|
|
||||||
this.StartEmuThread();
|
this.StartEmuThread();
|
||||||
this.BeginInvoke((MethodInvoker)(() => {
|
this.BeginInvoke((MethodInvoker)(() => {
|
||||||
if(DebugWindowManager.HasOpenedWindow) {
|
if(DebugWindowManager.HasOpenedWindow || _luaScriptsToLoad.Count > 0) {
|
||||||
DebugWorkspaceManager.GetWorkspace();
|
DebugWorkspaceManager.GetWorkspace();
|
||||||
DebugWorkspaceManager.AutoLoadDbgFiles(true);
|
DebugWorkspaceManager.AutoLoadDbgFiles(true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue