英文:
How do I simulate user input in debug mode?
问题
切换到包含用户输入的行时,在“变量”选项卡中未初始化应该存储它的变量,这可能是合乎逻辑的,但我不明白为什么。如何在调试模式下模拟用户输入?
英文:
When switching to a line with user input, the variable that should store it is not initialized in the "variables" tab, which is probably logical, but I don't understand why.How do I simulate user input in debug mode?
screenshot
答案1
得分: 0
确保调试器工具窗口布局中启用了“Console”选项卡。如果您看不到它,请尝试恢复默认布局:
您还可以将控制台选项卡拖放到工具窗口底部,以便同时可见:
聚焦“Console”选项卡并输入您需要的内容。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论