✅ Print to Debug page
How do i print to the debug page? i need to add prints so i can debug some stuff (break points don't take). ive treid
Console.WriteLine
and Debug.Print
but nether work:
4 Replies
i would start from the breakpoints stuff
also by "print to the debug page" you mean returning data to the browser?
no in the debugger
not the browser
well,
Debug.Print
writes to the Debug section of the Output dialog
if you don't see anything then code is just not being executedyep, that code wasent runing.