Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
on selecing the debug tool, both >toggle debugging< and >trace window< are activated, but neither >resume< nor >interrupt< are active?
probably something silly - but what did I miss out on?
demure thanks
Klaus
Klaus Zoller wrote:
on selecing the debug tool, both >toggle debugging< and >trace window< are activated, but neither >resume< nor >interrupt< are active?
probably something silly - but what did I miss out on?
demure thanks
Klaus
I don't think you are doing anything 'silly', Klaus. AFAICT, ...
The interrupt button only become active when a program is running in debug mode. It is equivalent to pressing Esc and you have to type F9 (or use the menu).
The resume button only becomes active if you have used the pause function, and allows you to continue after pause (and only pause) has interrupted calculation. Counter-intuitively, it does not become active and does not allow you to resume calculation after pressing Esc or the interrupt button.
Stuart