Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Splitting debugger in two - specific debugger and common GUI
dmoore:
--- Quote from: oBFusCATed on February 16, 2011, 09:27:31 am ---What do I need to install in order to test your py debugger?
--- End quote ---
Other than what you normally need: Python and a script to debug. On windows, I think you need to put python in your path (but you can point to the location of python interpreter in settings->environment->PyDebugger). You might also need to tweak the project build settings.
oBFusCATed:
I'm on linux, so python is runnable...
p.s. The configuration for PyDBG should not be there :)
p.p.s. Settings -> Editor and Settings -> Environment are too confusing already, I always have to open both to find the option I'm looking for :(
dmoore:
--- Quote from: oBFusCATed on February 16, 2011, 02:35:27 pm ---I'm on linux, so python is runnable...
--- End quote ---
you should be good to go then.
--- Quote ---p.s. The configuration for PyDBG should not be there :)
p.p.s. Settings -> Editor and Settings -> Environment are too confusing already, I always have to open both to find the option I'm looking for :(
--- End quote ---
Agree, I adapted the code from an old python plugin, which explains all of the cruft. Where are global debugger settings supposed to go?
oBFusCATed:
In Compiler & Debugger, but I'm not sure how it is handled at the moment
Pecan:
RE: SVN 6973
"Run to cursor" (to start the debugger session) works. It stops at the cursor position.
"Step Into" does not. It run the complete program without stopping.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version