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

Generate Debug information #114

Closed
Ginson opened this issue Dec 20, 2019 · 5 comments · Fixed by #307
Closed

Generate Debug information #114

Ginson opened this issue Dec 20, 2019 · 5 comments · Fixed by #307
Assignees
Labels
enhancement New feature or request

Comments

@Ginson
Copy link

Ginson commented Dec 20, 2019

Is your feature request related to a problem? Please describe.
User should be able to debug the code.

Describe the solution you'd like
An option to generate an exe in debug mode should be provided in settings. So the user can debug the exe by placing breakpoints.

Describe alternatives you've considered
Nil

Additional context
NA

@danielpinto8zz6 danielpinto8zz6 added the enhancement New feature or request label Apr 5, 2020
@danielpinto8zz6
Copy link
Owner

Hi,
You can add debug flags to the compile args

@Ginson
Copy link
Author

Ginson commented Apr 7, 2020

Hi,
You can add debug flags to the compile args

Hi @danielpinto8zz6 ,
Thanks for reply. Is there an option to do this in extension. If yes, can you share a screenshot of the option please.

@danielpinto8zz6
Copy link
Owner

danielpinto8zz6 commented Apr 11, 2020

Captura de ecrã de 2020-04-11 03-04-51
Just add "-g" to C-flags

@Ginson
Copy link
Author

Ginson commented Apr 11, 2020

Captura de ecrã de 2020-04-11 03-04-51
Just add "-g" to C-flags

Thanks a lot @danielpinto8zz6 !!!

@Ginson Ginson closed this as completed Apr 11, 2020
@danielpinto8zz6 danielpinto8zz6 self-assigned this Feb 14, 2023
@danielpinto8zz6
Copy link
Owner

Added by default, along with support to debug

@danielpinto8zz6 danielpinto8zz6 linked a pull request Feb 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants