TartanLlama / minidbg

A mini x86 linux debugger for teaching purposes
MIT License
592 stars 104 forks source link

A tiny enhancement #4

Open NanXiao opened 6 years ago

NanXiao commented 6 years ago

Awesome project!

But I think if add \n for this line of code in every branch:

std::cerr << "Program name not specified\n";

It will be better!

Thanks!