[gjs/march-maintenance: 1/6] docs: Fix path to SpiderMonkey GDB utilities



commit f9f860a697c0c024d9704984e6b3818c349b4251
Author: Philip Chimento <philip chimento gmail com>
Date:   Wed Mar 11 22:24:18 2020 -0700

    docs: Fix path to SpiderMonkey GDB utilities
    
    Apparently this path has changed since the last few releases.

 doc/Hacking.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/doc/Hacking.md b/doc/Hacking.md
index d6eb0b1c..714fe776 100644
--- a/doc/Hacking.md
+++ b/doc/Hacking.md
@@ -78,7 +78,7 @@ mozjs, but you can grab them from your built copy of mozjs.
 After reaching a breakpoint in your program, type this to activate the
 pretty-printers:
 ```sh
-source /path/to/spidermonkey/js/src/_build/shell/js-gdb.py
+source /path/to/spidermonkey/js/src/_build/js/src/shell/js-gdb.py
 ```
 
 (replace `/path/to/spidermonkey` with the path to your SpiderMonkey


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]