No debug window or simulation window

mto

New Member
Hi all,

I am teaching electronics and unfortunatley can't get a debug window to pop up. I also can't get a simulation window to pop up. I am running v5.1.3. and we use NT and are on a large network. I suspect this problem is something to do with the network setup. However, our IT techs can't solve it.

Can anyone give me some pointers?

One of the many programs that I have tried is below:

main:
if b0 = 9 then zero
debug b0
b0 = b0 + 1
let pins = b0
goto main

zero:
b0 = 0
goto main

Many thanks,
 

atharvai

Senior Member
maybe some kind of error during install?

if you try the software installation section there might already be a a solution there.

Hope u have success
 

mto

New Member
Thanks for thoughts so far.
I haven't tried a reinstall as yet. Unfortunately, I don't get any error message or pop up window.
 
Top