AmiBlitz / AmiBlitz3

Complete package of AmiBlitz3 including all sources.
https://www.amiblitz.de/
123 stars 9 forks source link

Empty console window on simple Hello World #5

Closed mdbergmann closed 4 years ago

mdbergmann commented 4 years ago

When I start AmiBlitz3 and type:

NPrint "Hello World"

End

In the editor and choose "Compile&Start" from the menu I see that things are compiling and started because a new Console Window opens. But there is no "Hello World" printed in the Console. It doesn't close either. Manually closing the Console Window does nothing.

I've tried this on three different systems:

All the same problem.

Can anyone preproduce this?

While the same program run in BB2 runs fine, with Console output.

mdbergmann commented 4 years ago

It seems to have to do with the debugger. See this thread: http://eab.abime.net/showthread.php?t=101808

mdbergmann commented 4 years ago

OK, it seems this the trouble is because of missing executable flag of the debugger executable after unzipping.