valgrind-notes.md (226B)
1 In case you arrive at a segmentation fault when working on rose, you can use valgrind. 2 3 To do this, you can compile rose with the `DEBUG` value in `build.sh` set to `-g` 4 5 and then: 6 7 ``` 8 valgrind --track-origins=yes ./rose 9 ```