Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show only log text produced by conditional breakpoints #1935

Open
justanotheranonymoususer opened this issue Apr 22, 2018 · 5 comments
Open
Labels
feature The issue requests a new feature.

Comments

@justanotheranonymoususer
Copy link
Contributor

Situation: I set a conditional bp which logs info. I look at the log after running the debuggee, and I see lots of log text about loading and unloading of modules, exceptions and what not.
I would like to see only my bp's log text.

There's already an option to disable logging. Perhaps a third option can be introduced (in addition to disable and enable): enable only for conditional bp output.

What do you think?

@torusrxxx
Copy link
Member

Instead of adding more and more options, introducing a log filtering system might be a better solution?

@blaquee
Copy link
Contributor

blaquee commented May 1, 2018

I agree with a log filtering system. This way it can also be exposed to plugins.

@torusrxxx
Copy link
Member

torusrxxx commented May 2, 2018 via email

@torusrxxx torusrxxx added the feature The issue requests a new feature. label Jun 28, 2018
@Ahmadmansoor
Copy link

Ahmadmansoor commented Dec 5, 2018

Hi @blaquee , @justanotheranonymoususer , @tathanhdinh
try this :
https://github.com/Ahmadmansoor/AdvancedScript
command : LogxJustAtBP true

@mrexodia
Copy link
Member

mrexodia commented Mar 4, 2024

This pull request adds support for breakpoints logging directly to a file instead of the log tab: #3317. Please test if you can...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature The issue requests a new feature.
Projects
None yet
Development

No branches or pull requests

5 participants