• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
add a button somewhere in UI that toggles debug mode, like this
Code:
button_standard = {
    raw_text = "Debug Mode"
    onclick = "[ExecuteConsoleCommand('debug_mode')]"
}
Then you'll be able to use the console.
There are also mods that add a toggle like this, you could subscribe to one of them.

That said, why do you not want to use debug mode? It doesn't change how the game works.
 
  • 1
  • 1Like
Reactions: