English 中文(简体)
甲型六氯环己烷(甲型六氯环己烷)
原标题:Breakpoints not being hit Mono For Android (Monodroid)

我的单一海底应用能够建造和操作精干,但断点不会被击中。 这既适用于物理装置,也指代器。

我创建了一个新的违约单roid应用系统,它确实击中了断点。

I have tried rebuilding, restarting ADB, and rebooting. I am running VS2010, M4A version 4.0.1.

The android device logging screen gives the following (this covers 3 debug sessions) Eye friendly version MonoDroid-Debugger Specific. EDIT Entire log as requested Full Log

*8:55 AM W 2477 MonoDroid-Debugger Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0i:8907,server=y,embedding=1 8:55 AM W 2477 MonoDroid-Debugger Accepted stdout connection: 36 9:19 AM W 2738 MonoDroid-Debugger Trying to initialize the debugger with options: --debugger-agent=transport=dt_socketjoglevel=0,address=127.0.01:8913,server=y,embedding=1 9:19 AM W 2738 MonoDroid-Debugger Accepted stdout connection: 36 9:27 AM W 2803 MonoDroid-Debugger Trying to initialize the debugger with options: --debugger-agent=transport=dt_socketjoglevel=0,address=127.0.Oi:8915,server=y,embedding=1 9:27 AM W 2803 MonoDroid-Debugger Accepted stdout connection: 36 9:27 AM W 2838 MonoDroid-Debugger Not starting the debugger as the timeout value has been reached; current-time: 1326468477 timeout 1326468463 9:29 AM W 2878 MonoDroid-Debugger Not starting the debugger as the timeout value has been reached; current-time: 1326468544 timeout 1326468463 9:29 AM W 2896 MonoDroid-Debugger Not starting the debugger as the timeout value has been reached; current-time: 1326468544 timeout 1326468463 9:29 AM W 2923 MonoDroid-Debugger Trying to initialize the debugger with options: --debugger-agent=transport=dt_socketjoglevel=0,address=127.0.01:8901,server=y,embedding=1 9:29 AM W 2923 MonoDroid-Debugger Accepted stdout connection: 36 9:29 AM W 2959 MonoDroid-Debugger Trying to initialize the debugger with options: --debugger-agent=transport=dt_socketloglevel=0,address=12700.1:8901,server=y,embedding=1 9:29 AM W 2959 MonoDroid-Debuqqer Accepted stdout connection: -1 9:29 AM W 2982 MonoDroid-Debugger Trying to initialize the debugger with options: --debugger-agent=transpoft=dt_socketjoglevel=0,address=127.0.0i:8903,sen’er=y,embedding=l 9:29 AM W 2982 MonoDroid-Debugger Accepted stdout connection: 37 9:30 AM W 3038 MonoDroid-Debugger Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8963,server=y,embedding=1 9:30 AM W 3038 MonoDroid-Debugger Accepted stdout connection: 36 9:32 AM W 3071 MonoDroid-Debugger Not starting the debugger as the timeout value has been reached; current-time: 1326468730 timeout: 1326468676 9:32 AM W 3113 MonoDroid-Debugger Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8965,server=y,embedding=1 9:32 AM W 3113 MonoDroid-Debugger Accepted stdout connection: 37*

Following the advice given here I took a look inside the apk and I do see .mdb files.

预先感谢任何见解。

最佳回答

我安装了Mono for “4.0.3,一切照旧。 这实际上并没有打上打碎的东西......但我与它生活在一起。 感谢您的帮助。

问题回答

暂无回答




相关问题
Debug.WriteLine equivalent in MonoTouch/MonoDroid?

What s the equivalent to Debug.WriteLine for MonoTouch or MonoDroid? Here s a guide for MonoDroid: http://monodroid.net/Documentation/Guides/Android_Debug_Log

Single code base for monodroid, WP7 and silverlight

I ve been playing about with the monodroid (preview 8980) and I m trying to create an application that will run on Android, WP7 and silverlight. My plan is to create a single core class library and ...

Nested shapes in Android

I am trying to draw a shape that has three rectangular shapes: solid color gradient white line How do I do that? When I try this, it does not work. The layout has the parent color. <shape ...

Android StartActivityForResult and Finish (with video)

I have a MainActivity class with an "Add Item" button and a listview and a AddItemActivity class with a textbox and a "save" button. The user should click on the "Add Item", go to the AddItemActivity ...

热门标签