Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to Xbox Chaos: Modding Evolved

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

cain532

C#
Need help with XDevkit.dll stuff :(

9 posts in this topic

I understand the basics of how it works, like how to connect, poke etc. But I'm trying to figure out how to use more of the debugging functions. I'm currently developing a Debugger (which is currently functioning ;) and can be found here - http://www.nextgenupdate.com/forums/xbox-360-cheats-customization/796059-xboxplayground-xbox-360-debugger-release.html )

 

It's far from perfect, but it works for what it needs to. Search function is still being tweaked with to make it more efficient, and I'm trying to add a Range function. I really want to add some stuff for PPC editing, and I need to see the original XDevkit documentation, but I can't find it anywhere! All I ever see online is MOD COD WITH XDEVKIT LOLOL ugh. Nobody has any useful information for XDevkit except how to mod those dumb Call of Duty games :/

Share this post


Link to post
Share on other sites

should be in the root directory


Nobody has any useful information for XDevkit

see about asking AMD, Xerax or Lord Zedd, as they (i think) are some of the people behind assembly.

Share this post


Link to post
Share on other sites

I just helped him out over Skype. For future reference, you can find documentation in the doc\1033\xbox360sdk.chm file of your SDK installation. XDevkit stuff is under the "Test, Automation, and Publishing" section and is referred to as the "Debug Monitor."

prgmN2a.png

forerunner569, Thunder and WaeV like this

Share this post


Link to post
Share on other sites

I just helped him out over Skype. For future reference, you can find documentation in the doc\1033\xbox360sdk.chm file of your SDK installation. XDevkit stuff is under the "Test, Automation, and Publishing" section and is referred to as the "Debug Monitor."

(snip)

 

 

So, hope you don't mind me constantly bugging you. I've been poking around the help guide and trying to figure it out, and whenever I try to set a breakpoint I get an exception error. "System.NullReferenceException: Object reference not set to an instance of an object.

   at XboxPlayground.Form1.button1_Click(Object sender, EventArgs e) in c:\Users\Brandon\Google Drive\Xbox\XboxPlayground\XboxPlayground\Form1.cs:line 702"

Share this post


Link to post
Share on other sites

So, hope you don't mind me constantly bugging you. I've been poking around the help guide and trying to figure it out, and whenever I try to set a breakpoint I get an exception error. "System.NullReferenceException: Object reference not set to an instance of an object.

   at XboxPlayground.Form1.button1_Click(Object sender, EventArgs e) in c:\Users\Brandon\Google Drive\Xbox\XboxPlayground\XboxPlayground\Form1.cs:line 702"

That would be due to an issue somewhere else in your code. Some object reference (perhaps your IXboxDebugTarget) isn't getting initialized and is null. I'd need to see your code to be able to help you.

Share this post


Link to post
Share on other sites

That would be due to an issue somewhere else in your code. Some object reference (perhaps your IXboxDebugTarget) isn't getting initialized and is null. I'd need to see your code to be able to help you.

I can send you the source next time you're on skype

Share this post


Link to post
Share on other sites