Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
5998 Visninger

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.

Avatar
Kassér
Bedste svar

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

Avatar
Kassér

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 :)

Forfatter

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

Related Posts Besvarelser Visninger Aktivitet
2
aug. 25
2609
1
jul. 25
1015
1
aug. 25
1151
0
maj 25
1468
2
apr. 25
3620