mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 17:15:35 -07:00
Update debug page to match new server configuration
This commit is contained in:
2
debug.md
2
debug.md
@@ -66,7 +66,7 @@ The debuggers we use and recommend are:
|
||||
var pathElements = {'': ul};
|
||||
for (var artifactId in data['artifacts']) {
|
||||
var artifact = data['artifacts'][artifactId];
|
||||
if (artifact['fileName'].match(/-(Debug|Dev(ODR)?|Optimized)-/)) {
|
||||
if (artifact['fileName'].match(/-(Debug|Optimized)-/)) {
|
||||
var split = artifact['relativePath'].split('/');
|
||||
for (var i = 0; i < split.length; i++) {
|
||||
/* Skip paths that were already processed. */
|
||||
|
||||
Reference in New Issue
Block a user