Debugging level

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Debugging level

Jump to solution
2,059 Views
emb02
Contributor IV

I'm using MCUXpresso IDE v11.4.0 to create a project.

So in that Debugging level should be Default or None for release configuration?

debug level.PNG

Tags (2)
0 Kudos
Reply
1 Solution
2,032 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

EMB02

This is somehow beyond MCUXpresso IDE scope.  Your question is related with gcc itself. 

All the debug level related information is documented here

http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html

I checked there is little information about Level 2. If you have interest, I suggest you contact the gcc team. At the bottom of this page, there is contact.

https://gcc.gnu.org/lists.html

 

Hope this helps,

Jun Zhang

View solution in original post

0 Kudos
Reply
3 Replies
2,035 Views
emb02
Contributor IV

Hi,

Thanks for your response.

Can you describe more about level 2? How much information default level produces?

Regards,

EMB02

0 Kudos
Reply
2,033 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

EMB02

This is somehow beyond MCUXpresso IDE scope.  Your question is related with gcc itself. 

All the debug level related information is documented here

http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html

I checked there is little information about Level 2. If you have interest, I suggest you contact the gcc team. At the bottom of this page, there is contact.

https://gcc.gnu.org/lists.html

 

Hope this helps,

Jun Zhang

0 Kudos
Reply
2,046 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

In "Release", we suggest setting debug level as Default (-g). Here is description about debug level

ZhangJennie_0-1637741149504.png

Hope this helps,

Jun Zhang

 

0 Kudos
Reply