Application Debug Console

0
0

The Application Debug Console is activated with the F7 key. Sometimes the Accelerators property is assigned with the F7 key. Is it possibile add a property/method to Application object that enable/disable the start of the Debug Console?

Thank you.

Gabriele.

  • You must to post comments
0
0

Hi Kevin, i know that Application.ShowConsole show or hide the debug console (true show, false hide). But the browser always start the debug console when the F7 key is pressed by user. Is it possible to change debug console Keys or disable the console display?

Gabriele.

  • Kevin
    • Kevin
    • Apr 6, 2022 - 5:59 pm
    console is disabled when debug mode is off in web.config
  • You must to post comments
0
0

Hi Gabriele,

You can use Application.ShowConsole = true; on your C# code

Best,
Kevin(ITG)

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.