Voltaic
Jun 18 2003, 01:02 AM
Anyone know how to attach to a running process on the Xbox? I'm not talking about compiling and running a program in debug. I'm talking about attaching to the currently running process, break it and start stepping through...
Thanks,
-Volt.
undead
Jun 18 2003, 07:16 AM
run a blank project that just has
void main() in it while running the app you want to debug, the debugger will tell you there is another app currently running and give you the option to break and debug it or reset and start your new app..
so just pick the edit current running process option..
tihs doesnt work for debugging kernels, or dashboards though...
Voltaic
Jun 18 2003, 07:20 AM
The kernel and dashboard were exactly what I wanted to debug.

Bah, I'll try a few tricks...
-Volt.
The unProfessional
Jun 19 2003, 07:37 PM
Why wouldn't it work for dashboards? they're just like any other xbox process...