Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
memory detecting tool embeded in Code::Blocks for Windows, create a new plugin?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: memory detecting tool embeded in Code::Blocks for Windows, create a new plugin? (Read 2443 times)
ollydbg
Developer
Lives here!
Posts: 6025
OpenCV and Robotics
memory detecting tool embeded in Code::Blocks for Windows, create a new plugin?
«
on:
August 28, 2024, 04:04:42 am »
Hi, we already have a plugin named "Valgrind plugin", see some images here:
How to use valgrind in code::blocks?
But Valgrind plugin is mainly for Linux. I see a similar tool under Windows, named "heob", see here:
heob
QTCreator has already embeded this tool, see here:
Profiling and Memory Checking Tools - Qt Wiki
and
Heob | Qt Creator Documentation
So, what I need to do is: copy the code of Valgrind plugin, and modify the code to support heob tool.
Any good ideas? Thanks.
Logged
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
memory detecting tool embeded in Code::Blocks for Windows, create a new plugin?