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

Feature: add a function to check if dbg_view exists #4931

Closed
zerohorsepower opened this issue Mar 7, 2024 · 3 comments
Closed

Feature: add a function to check if dbg_view exists #4931

zerohorsepower opened this issue Mar 7, 2024 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation are required by this issue feature request New feature (or a request for one)
Milestone

Comments

@zerohorsepower
Copy link

Is your feature request related to a problem?

Add a function to check if a given dbg_view exists.

Describe the solution you'd like

Something like is_debug_overlay_open() or instance_exists(), but for debug views.

Describe alternatives you've considered

No response

Additional context

No response

@zerohorsepower zerohorsepower added the feature request New feature (or a request for one) label Mar 7, 2024
@rwkay
Copy link

rwkay commented Mar 11, 2024

Functions added in 2024.4 - Added dbg_view_exists and dbg_section_exists.

Test project for the new functions -
DebugViewSectionExists.zip

@rwkay rwkay closed this as completed Mar 11, 2024
@iampremo iampremo added this to the 2024.4 milestone Mar 13, 2024
@gurpreetsinghmatharoo gurpreetsinghmatharoo moved this from Triage to Done in Team Workload May 2, 2024
@gurpreetsinghmatharoo gurpreetsinghmatharoo added the documentation Improvements or additions to documentation are required by this issue label May 2, 2024
@YYBartT
Copy link

YYBartT commented May 2, 2024

Documented the new functions dbg_view_exists() and dbg_section_exists().

@YYBartT YYBartT moved this from Done to Ready for QA in Team Workload May 2, 2024
YYBartT added a commit to YoYoGames/GameMaker-Manual that referenced this issue May 2, 2024
YoYoGames/GameMaker-Bugs#4931

* Tiny change to short function description of dbg_view_exists
@alicemoretti
Copy link
Contributor

Verified done in the project attached on IDE v2024.4.0.137 Runtime v2024.4.0.168.

Thank you.

@alicemoretti alicemoretti moved this from Ready for QA to Verified in Team Workload May 3, 2024
gurpreetsinghmatharoo added a commit to YoYoGames/GameMaker-Manual that referenced this issue May 9, 2024
* develop.bart:
  docs(feature): added documentation for physics_raycast YoYoGames/GameMaker-Bugs#2762
  docs(feature): documented gamepad_enumerate YoYoGames/GameMaker-Bugs#5329
  docs(feature): skeleton_animation_clear optional parameters YoYoGames/GameMaker-Bugs#1570
  docs(feature): documented dbg_view_exists and dbg_section_exists YoYoGames/GameMaker-Bugs#4931
  docs(feature): documented dbg_view_exists and dbg_section_exists YoYoGames/GameMaker-Bugs#4931
  docs(feature): YoYoGames/GameMaker-Bugs#1570
  docs(general): mentioned that any attached files are uploaded privately
  docs(feature): smaller custom format screenshot YoYoGames/GameMaker-Bugs#5495
  docs(feature): documented the new dbg_text_separator function YoYoGames/GameMaker-Bugs#4998
  docs(feature): Switch to the docking branch of imgui YoYoGames/GameMaker-Bugs#4905
  docs(general): document OS and audio device limitations when using audio YoYoGames/GameMaker-Bugs#5580
  docs(feature): Add an option to specify "step" in the ImGUI slider control YoYoGames/GameMaker-Bugs#2971

# Conflicts:
#	Manual/contents/GameMaker_Language/GML_Reference/Asset_Management/Audio/audio_sound_length.htm
#	Manual/contents/GameMaker_Language/GML_Reference/Debugging/dbg_slider.htm
#	Manual/contents/GameMaker_Language/GML_Reference/Debugging/dbg_slider_int.htm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation are required by this issue feature request New feature (or a request for one)
Projects
Status: Verified
Development

No branches or pull requests

6 participants