Download & Install
goto https://veefuse.com/en/cmusee/download.html
Compilation
Add "cmbuild --" before compilation commands
cmbuild -- gcc demo.c -o demo
cmbuild -- make -j4
Or directly use cmc or cmc++ for compilation
cmc demo.c -o demo
cmc++ demo.cpp -o demo
Execution
Add "cmusee --" before execution commands
cmusee -- ./demo
The following information will appear
Server is running on:
http://127.0.0.1:8890
Open http://127.0.0.1:8890 in your browser to view the program's execution process
Query Memory
In the Detail area, each pointer has a button:
☽ indicates closes the query
P indicates points to an element
S indicates points to a string
A indicates points to an array, length needs to be provided manually
Shortcuts
Alt + p : Switch view
Alt + w : Close tab
Alt + , : Switch to previous tab
Alt + . : Switch to next tab
Alt + UpArrow : Switch to previous frame
Alt + DownArrow : Switch to next frame
Alt + LeftArrow : Switch to parent frame
Alt + RightArrow : Enter frame