Re: How can the "emulated program counter" be changed?

2010-03-14 Thread Dmitry Grinberg
program counter is PC register...it is a register (so you cannot set a watchpoint on it in the true meaning of the word). Furthermore it is written after every instruction is fetched, an so a watchpoint would be useless. and additionally how do you determine an "unwanted" write? pose warning trans

re: How can the "emulated program counter" be changed?

2010-03-14 Thread Luc Le Blanc
Never mind. Stepping through my code, I found it was overwriting the stack. After I fixed all that, things worked normal. Were there a way to set some sort of watchpoint on the program counter to detect unwanted writes would have helped pinpoint the problem faster. Luc Le Blanc -- For informatio