Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjbudd77 <mjbudd77@gmail.com>2021-12-30 00:11:39 +0300
committermjbudd77 <mjbudd77@gmail.com>2021-12-30 00:11:39 +0300
commitec6cfb1e40f92351be54e8df55b49139f288fd1a (patch)
tree8b8e086f525c45823062b5d98122d640fda0def5 /.vscode
parent68693ca29d34138ad638f361795f8173af963cbf (diff)
Commented out debug abort call.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 5808a332..349c8bc0 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -11,7 +11,8 @@
"program": "${workspaceFolder}/build/src/fceux",
"args": [],
"stopAtEntry": false,
- "cwd": "${workspaceFolder}"
+ "cwd": "${workspaceFolder}",
+ "coreDumpPath": "${workspaceFolder}/build/core-fceux",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",