>uj... break point and back into IDE? that would be cool...
In fact I find source in the emulator much more useful.
When you look at today IDEs, they all switch to some kind of "Debugging Perspective" once you really hit a breakpoint.
This perspective then contains stack, memory, variables, breakpoints, ...
Does that remind you of something :-)
So in fact Altirra is nothing else than what the kids today would call the debugging perspective.
As long as you can see the source there, it what you really need.
Apart from this, Eclipse of course offers remote (inter process) debugging features.
But to use them, you would have to support all debugging facilities via remote calls in the emualtor.
C.f.
http://download.orac...hitecture.html.
Vice C64 Emulator has some of that, but is specific for the emulator.
Therefore I'll stick with the idea of the IDE as the bining part between Source/Compiler/Emulator.