i want to run and debug my web app but i use some wuerystrings to get input data:
?game_session=a76150dfcbbc65f5faa65907363721&bet=1
but when i run construvt 2 preview in debg mode it doesnt catch the querystrings:
http://localhost:50000/debug?resume_ses ... 3721&bet=1
how to set a proper url in debug mode?
Develop games in your browser. Powerful, performant & highly capable.
Don't now ^^ But alternative: Create you own debug functions. For example. create a new layer on top and add some text-objects etc. (create a global variable for debugmode enabled or nor). etc. ... What you exactly want to debug?