How do I capture the compiler output look

Previous topic - Next topic

shaf

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

Kitty Hello

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.

bigsofty

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'.
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)