I just installed evans debugger and when i click the program it never opens
I just installed evans debugger and when i click the program it never open开发者_JAVA百科s. im running suse linux 11.1.The program installs fine and shows up in my menu but never opens
Try to debug it the naïve way:
- Open up Terminal.
- Find the name of the executable that links to your debugger (editing the menu entry might show you the command that is run when you click on the menu item).
- Run this command via Terminal.
- Post the output so that we can actually see what's making the program not work.
精彩评论