Lets Learn Godot | What is Remote Debugging? How Do I Use ADB LogCat?

preview_player
Показать описание
Subscribe and learn more from me about Game Development and Programming!

Hey Guys, this time we talk about how to remote debug with Godot! We also talk about adb logcat!

ASSETS IN THIS TUTORIAL:

BE MY FRIEND:

TIMESTAMPS
00:00 Intro
00:36 Showing off Remote Debugging
05:15 Tour of ADB
10:17 FilesystemFS and How It Works
11:23 Outro and Recap

MUSIC
Music provided by TheRelaxedMovement.

HASHTAGS:
#Android #Godot #Debugging

ABOUT MY CHANNEL:
I've been a software developer for over 7 years. I've worked in the game industry for 3 of those years. This channel is used for news on the gaming\programming industry and for tutorials for game\programming development.

Lets Learn Godot | Android Remote Debugging and ADB LogCat
Рекомендации по теме
Комментарии
Автор

Great Video. Debugging is an essential tool.

richardlongshaw
Автор

FinePointCGI is the best round here!!! awesome tut dude thanks!!!!

NonUnknownDev
Автор

How do I get that android icon with the easy export? I only found out how to generate an .apk that i then have to transfer and install everytime!

Jose.Eduardo.C
Автор

adb now support colors with $abd logcat -v color and win can use findstr "string" for limit outputs or whatever do you like
$abd logcat -v color | findstr "godot" -->(Win)
$abd logcat -v color | grep "godot" -->(Linux)

$abd logcat -v color -s "godot"

In terminals

miaurestor
Автор

This is a good tutorial, Mitch. Remote debugging is overpowered! I wanted to ask if you know whether one click deploy is possible over a network? I have an android raspberry pi, the problem is that it needs a lot of power that the usb port on the pc cannot provide.

kgomotso_
Автор

This does not work for me. I have the android icon working now. When I click it loads the game and executes it on my android. But break points are not hit. There is no indicator of any connection between my phone and pc post game launch. The video shows that the only thing you need to do is click Deploy with remote debug. Why is it not working? Also how can I see where my user directory is on my phone?

lexflow