コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
6023 ビュー

I'm trying to show by server console the print of a variable or by the chrome developer mode, but I do not know how to do it.
please your support.

アバター
破棄
最善の回答

You cannot show any log / print statements of the py file to web browser console.

アバター
破棄

Technically you could by writing a JS function that triggers the PY function and passing the output from the PY function to the JS function, which is then rendered in the console with a console.log message. But yeah, that is total overengineering ;)

Yes, that is the way but yes it needs lots of work, efforts :)

著作者

And then how do you feel, if you want to know the value of a variable, by some calculation error, etc.?

関連投稿 返信 ビュー 活動
2
8月 25
2633
1
7月 25
1021
1
8月 25
1151
0
5月 25
1480
2
4月 25
3627