question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debugging not working?

See original GitHub issue

I just started using Picasso. It works like magic, saved me a lot of work. But I’m trying to enable the debugging feature shown in the website, but it seems to do nothing. I don’t know if I’m doing something wrong or it just doesn’t work, I can’t find any sample with debugging enabled.

My code looks something like this:

Picasso pic = Picasso.with(getActivity());
pic.setDebugging(true);
pic.load(foto).into(imageview);

Am I doing something wrong or it’s a bug?

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
JakeWhartoncommented, Jul 8, 2014

Target is a callback, there’s nowhere to display anything. We pass an enum which indicates the source from which the bitmap was loaded. See: http://square.github.io/picasso/javadoc/com/squareup/picasso/Target.html#onBitmapLoaded-android.graphics.Bitmap-com.squareup.picasso.Picasso.LoadedFrom-

1reaction
stephanenicolascommented, Jul 8, 2014

Does it still hold that Picasso doesn’t display loading indicators with a target ? I didn’t see any mention of this in the docs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

visual studio - Why the debugger doesn't work - Stack Overflow
This can occur when Visual Studio is set to debug Managed code but the code is not managed (managed code is running under...
Read more >
Troubleshoot Breakpoints in the Visual Studio Debugger
If a source file has changed and the source no longer matches the code you're debugging, the debugger won't set breakpoints in the...
Read more >
Visual Studio Community 2017 Debugger not working correctly
I have created a new app and the debug does seem to work here. The application I am not getting the debuger to...
Read more >
Debugger Not Working - A Possible Solution | OutSystems
A Possible Cause ... During a debug session, the IDE contacts the environment where your app is deployed using HTTPS or HTTP if...
Read more >
BreakPoints Are Not Working in Visual Studio - C# Corner
Solution: Start debugging. As soon as you've arrived at a breakpoint or used Debug > Break All, use Debug > Windows > Modules....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found