mindtrack

Download & Install

goto https://mindtracker.com/en/download.html

Compilation

Add "mtbuild --" before compilation commands

mtbuild -- gcc demo.c -o demo
mtbuild -- make -j4

Or directly use mtc or mtc++ for compilation

mtc demo.c -o demo
mtc++ demo.cpp -o demo

Execution

Add "mindtrack --" before execution commands

mindtrack -- ./demo

The following information will appear

Server is running on:
  http://127.0.0.1:39970

Open http://127.0.0.1:39970 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