GLBasic forum

Main forum => GLBasic - en => Topic started by: shaf on 2007-Nov-22

Title: How do I capture the compiler output look
Post by: shaf on 2007-Nov-22
How do I capture the Compiler Output log to troubleshoot Compiler errors?

I've Tried Copying from the Compiler Output console but nothing gets pasted into notepad. Is there a switch to enable the output.

Also is there a way to enable a Line Number Display to help in debugging.

Thanks

Shaf
Title: How do I capture the compiler output look
Post by: Kitty Hello on 2007-Nov-22
Uhm... Select, right mouse button: "Copy", maybe?
You can see the line numbers in the editor's status bar at the bottom.
If you have an error, simply double click on it to get there.
Title: How do I capture the compiler output look
Post by: bigsofty on 2007-Nov-22
Quote from: GernotFrischUhm... Select, right mouse button: "Copy", maybe?
You can see the line numbers in the editor's status bar at the bottom.
If you have an error, simply double click on it to get there.
Scroll the compiler window to the top, locate the mouse to the top-left of the compiler window, hold down the left mouse button, pull down, this will highlight the compiler text and scroll the window to the bottom.

Right click on the highlighted text and select 'copy'.

Open your notepad and select 'paste'.