Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 757 Bytes

Debugger.md

File metadata and controls

26 lines (19 loc) · 757 Bytes

Acquiring Graphical Debugger

Pre-requisites

Acquiring the Debugger

Create a directory to keep the Debugger:

mkdir -p ~/tools_memphis/GraphicalDebugger

Obtain the Debugger from the github release and move to the created folder:

wget https://github.com/gaph-pucrs/GraphicalDebugger/releases/latest/download/Memphis_Debugger.jar
mv Memphis_Debugger.jar ~/tools_memphis/GraphicalDebugger

Export the environment variable:

  • MEMPHIS_DEBUGGER_PATH

Here we do it persistently with .bashrc. Remember to close and reopen the terminal after running:

echo -e "# Memphis Debugger\nexport MEMPHIS_DEBUGGER_PATH=~/tools_memphis/GraphicalDebugger\n" >> ~/.bashrc