Another puzzlement. What do you mean when you ask that? Does including "! int 3" have some special significance? I stuck it in to test what it does, and it does something, but nothing good that I can see. I get a brief console window, and that's it. The small red X and light blue background indicate the program is running, and a darker blue highlight appears over the ! int 3 line, but the Debugger's stop and kill buttons don't work. I can now click on a line and set a breakpoint, but I can't get the program go go any further. No Continue or Step buttons enabled. And if I kill the program, any set breakpoints go awayKeya wrote:"! int 3" as the first line in your source code?
You have to be more specific about what to do, and maybe a bit of why to do it as well.
Wait. I tried something. I used the ! int 3 and compile with debugger, then set a breakpoint by clicking on a line and going to Debugger >> Breakpoint. Then I kill the program (click small red X) and comment out or remove the ! int 3 line,
Next step I go under Compiler, click Restart Compiler, then Click Compile with Debugger, and the program stops executing where I had set the breakpoint. The breakpoint shows up as a darker blue highlight. I can now step the program or have it continue. And I only have to do this once, as the breakpoint will show up again each time I do a Compile with Debugger, until I tell the Debugget to Clear Breakpoints. An odd way of doing things, but it gets the job done
What it doesn't do is automatically scroll your view of the source file to keep the line to execute next always in sight. Stepping into a procedure likely means going to the right panel, finding the procedure there, and clicking on it. Nope, not here at this time. You have to go under Tools >> procedure Browser, and change the right panel view first. But this program lists no procedures. And none of the programs I checked under examples had procedures embedded in them. So it is a guess on my part.
Under Tools you also have a file viewer, but it come up blank. You need to be able to browse for a file to view, and that is not included. I looked to see if you could pick a different program for the jobm but could not find that as an option. It's a learning experience.