Skip to content

Commit

Permalink
Debugger: Name the WebSocket debugger thread.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Jun 8, 2018
1 parent a341994 commit c44d8db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core/Debugger/WebSocket.cpp
Expand Up @@ -15,6 +15,7 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.

#include "thread/threadutil.h"
#include "Core/Debugger/WebSocket.h"
#include "Core/Debugger/WebSocket/WebSocketUtils.h"

Expand Down Expand Up @@ -58,6 +59,8 @@ void HandleDebuggerRequest(const http::Request &request) {
if (!ws)
return;

setCurrentThreadName("Debugger");

LogBroadcaster logger;
GameBroadcaster game;
SteppingBroadcaster stepping;
Expand Down

0 comments on commit c44d8db

Please sign in to comment.