mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
16 lines
545 B
HTML
16 lines
545 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
While debugging, you might need an interactive console at hand... This is most easy.
|
|
During the debugging session, switch to the Debugger Console,
|
|
and then press the very lowest button in its toolbar.
|
|
</p>
|
|
<p>The console becomes interactive, and shows a prompt, where you can enter commands, and view output.</p>
|
|
<p class="image"><img src="images/launch_console_in_debugger.png" alt="launch_console_in_debugger"/></p>
|
|
|
|
</body>
|
|
</html>
|