| |
TheRyk
Registered: Mar 2009 Posts: 2244 |
Linux & VICE Monitor
Hey you guys!
I've just moved to Ubuntu and got almost everything running for cross development again.
Now I notice that I've hot only one window, the command line mode, so I can't navigate memory on Linux as on WinVICE via window and scroll up/down bar. On Windows it was even possible to have separate windows for mere RAM or labels/disassembly.
Of course I can help myself with MEM or DISASS on Linux VICE, but first wanted to ask if I just overlook anything?
cheers
Ryk |
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
no you are not, those extra windows only exist in the windows port/gui.
perhaps one day when compyx is done rewriting the GTK gui this kind of stuff can be added (more) easily :) |
| |
Perplex
Registered: Feb 2009 Posts: 255 |
One option is to enable the remote monitor:
$ x64sc -remotemonitor
Then telnet into it from another terminal window:
$ telnet localhost 6510
The edit/navigation possibilities are quite limited, though. |
| |
TheRyk
Registered: Mar 2009 Posts: 2244 |
Thanks!
Guess, I'll keep using MEM and DISASS, maybe it's just a matter of getting used to doing without extra windows.
Would be nice to have on Linux, one day, anyway. |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
Like groepaz said, I'm planning on writing a separate Gtk3-port, to be able to get some proper dialogs and event handling into the *nix UI. But don't get your hopes up yet, that'll take some time to implement ;) |