View Single Post
Old 15 April 2019, 18:50   #110
Phantasm
Not a Rebel anymore
 
Phantasm's Avatar
 
Join Date: Apr 2005
Location: UK
Age: 51
Posts: 499
when i try to debug a program that opens a new screen it fails in the debugger.
eg. this in Amiga E works fine normally but fails when running in the debugger.



PROC main()
DEF sptr

sptr:=OpenS(640,256,3,0,'testscreen',NIL)
IF sptr=NIL THEN WriteF('openscreen failed\n') ELSE WriteF('openscreen success\n')
CloseS(sptr)
WriteF('done\n')
ENDPROC


I have attached the source and compiled exe
Attached Files
File Type: zip screen.zip (1.1 KB, 206 views)
Phantasm is offline  
 
Page generated in 0.04481 seconds with 12 queries